{"id":678,"date":"2025-06-26T18:23:55","date_gmt":"2025-06-26T18:23:55","guid":{"rendered":"https:\/\/plusmob.com\/?p=678"},"modified":"2025-06-26T18:23:56","modified_gmt":"2025-06-26T18:23:56","slug":"ung-dung-de-nghe-nhac-cu","status":"publish","type":"post","link":"https:\/\/plusmob.com\/vi\/aplicativos-para-ouvir-musicas-antigas\/","title":{"rendered":"\u1ee8ng d\u1ee5ng nghe nh\u1ea1c c\u0169"},"content":{"rendered":"<p>N\u1ebfu b\u1ea1n \u0111am m\u00ea nh\u1ea1c c\u0169 v\u00e0 \u0111ang t\u00ecm ki\u1ebfm m\u1ed9t c\u00e1ch thi\u1ebft th\u1ef1c v\u00e0 thanh l\u1ecbch \u0111\u1ec3 s\u1ed1ng l\u1ea1i nh\u1eefng t\u00e1c ph\u1ea9m kinh \u0111i\u1ec3n y\u00eau th\u00edch c\u1ee7a m\u00ecnh, <strong>M\u00e1y nghe nh\u1ea1c c\u1ed5 \u0111i\u1ec3n<\/strong> l\u00e0 s\u1ef1 l\u1ef1a ch\u1ecdn l\u00fd t\u01b0\u1edfng. \u1ee8ng d\u1ee5ng mi\u1ec5n ph\u00ed n\u00e0y, c\u00f3 s\u1eb5n tr\u00ean C\u1eeda h\u00e0ng Google Play, cung c\u1ea5p tr\u1ea3i nghi\u1ec7m ph\u00e1t nh\u1ea1c ngo\u1ea1i tuy\u1ebfn v\u1edbi giao di\u1ec7n ho\u00e0i c\u1ed5 v\u00e0 c\u00e1c t\u00ednh n\u0103ng hi\u1ec7n \u0111\u1ea1i. <\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/LsjjdQ5KSBnnztnMzRq8nTkmmCSINVE3BwSf4YG0Ps2ITGZQ-yV9pzbEAgkDXjx52140=w240-h480-rw\" alt=\"M\u00e1y nghe nh\u1ea1c c\u1ed5 \u0111i\u1ec3n\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">M\u00e1y nghe nh\u1ea1c c\u1ed5 \u0111i\u1ec3n<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">64.831 \u0111\u00e1nh gi\u00e1<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 d\u1eb7m+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u1ea3i xu\u1ed1ng<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/plusmob.com\/vi\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=code.name.monkey.retromusic\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        C\u00e0i \u0111\u1eb7t tr\u00ean Google Play\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>Giao di\u1ec7n c\u1ed5 \u0111i\u1ec3n v\u1edbi thi\u1ebft k\u1ebf hi\u1ec7n \u0111\u1ea1i<\/strong><\/p>\n\n\n\n<p>Retro Music Player k\u1ebft h\u1ee3p s\u1ef1 quy\u1ebfn r\u0169 c\u1ee7a tr\u00ecnh ph\u00e1t nh\u1ea1c c\u1ed5 \u0111i\u1ec3n v\u1edbi t\u00ednh l\u01b0u \u0111\u1ed9ng c\u1ee7a Material You, cung c\u1ea5p giao di\u1ec7n tr\u1ef1c quan v\u00e0 c\u00f3 th\u1ec3 t\u00f9y ch\u1ec9nh. V\u1edbi ba ch\u1ee7 \u0111\u1ec1 ch\u00ednh \u2014 \u201cClearly White\u201d, \u201cKinda Dark\u201d v\u00e0 \u201cJust Black\u201d \u2014 v\u00e0 h\u01a1n 10 ch\u1ee7 \u0111\u1ec1 cho m\u00e0n h\u00ecnh ph\u00e1t l\u1ea1i, \u1ee9ng d\u1ee5ng cho ph\u00e9p b\u1ea1n t\u00f9y ch\u1ec9nh giao di\u1ec7n theo \u00fd th\u00edch. B\u1ea1n c\u0169ng c\u00f3 th\u1ec3 ch\u1ecdn m\u00e0u nh\u1ea5n \u0111\u1ec3 ph\u00f9 h\u1ee3p v\u1edbi h\u00ecnh n\u1ec1n c\u1ee7a thi\u1ebft b\u1ecb, mang \u0111\u1ebfn tr\u1ea3i nghi\u1ec7m h\u00ecnh \u1ea3nh g\u1eafn k\u1ebft v\u00e0 d\u1ec5 ch\u1ecbu.<\/p>\n\n\n\n<p><strong>T\u1ed5 ch\u1ee9c th\u00f4ng minh th\u01b0 vi\u1ec7n \u00e2m nh\u1ea1c<\/strong><\/p>\n\n\n\n<p>\u1ee8ng d\u1ee5ng cung c\u1ea5p nhi\u1ec1u c\u00e1ch \u0111\u1ec3 duy\u1ec7t b\u1ed9 s\u01b0u t\u1eadp nh\u1ea1c c\u1ee7a b\u1ea1n, bao g\u1ed3m theo b\u00e0i h\u00e1t, album, ngh\u1ec7 s\u0129, danh s\u00e1ch ph\u00e1t v\u00e0 th\u1ec3 lo\u1ea1i. M\u1ed9t trong nh\u1eefng \u0111i\u1ec3m n\u1ed5i b\u1eadt l\u00e0 t\u1ef1 \u0111\u1ed9ng t\u1ea1o danh s\u00e1ch ph\u00e1t th\u00f4ng minh, ch\u1eb3ng h\u1ea1n nh\u01b0 &quot;\u0110\u00e3 ph\u00e1t g\u1ea7n \u0111\u00e2y&quot;, &quot;\u0110\u00e3 ph\u00e1t nhi\u1ec1u nh\u1ea5t&quot; v\u00e0 &quot;L\u1ecbch s\u1eed&quot;, gi\u00fap b\u1ea1n d\u1ec5 d\u00e0ng truy c\u1eadp c\u00e1c b\u1ea3n nh\u1ea1c y\u00eau th\u00edch c\u1ee7a m\u00ecnh. Ch\u1ee9c n\u0103ng h\u1ed7 tr\u1ee3 th\u01b0 m\u1ee5c cho ph\u00e9p b\u1ea1n ph\u00e1t c\u00e1c b\u00e0i h\u00e1t tr\u1ef1c ti\u1ebfp t\u1eeb c\u00e1c th\u01b0 m\u1ee5c c\u1ee5 th\u1ec3, l\u00fd t\u01b0\u1edfng cho nh\u1eefng ng\u01b0\u1eddi s\u1eafp x\u1ebfp nh\u1ea1c c\u1ee7a m\u00ecnh theo album ho\u1eb7c ngh\u1ec7 s\u0129.<\/p>\n\n\n\n<p><strong>C\u00e1c t\u00ednh n\u0103ng n\u00e2ng cao cho tr\u1ea3i nghi\u1ec7m ho\u00e0n ch\u1ec9nh<\/strong><\/p>\n\n\n\n<p>Retro Music Player c\u00f3 nhi\u1ec1u t\u00ednh n\u0103ng n\u00e2ng cao tr\u1ea3i nghi\u1ec7m c\u1ee7a ng\u01b0\u1eddi d\u00f9ng:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tr\u00ecnh ch\u1ec9nh s\u1eeda th\u1ebb<\/strong>: Cho ph\u00e9p b\u1ea1n ch\u1ec9nh s\u1eeda th\u00f4ng tin b\u00e0i h\u00e1t nh\u01b0 ti\u00eau \u0111\u1ec1, ngh\u1ec7 s\u0129 v\u00e0 album tr\u1ef1c ti\u1ebfp trong \u1ee9ng d\u1ee5ng.<\/li>\n\n\n\n<li><strong>H\u1ed7 tr\u1ee3 l\u1eddi b\u00e0i h\u00e1t<\/strong>: Hi\u1ec3n th\u1ecb l\u1eddi b\u00e0i h\u00e1t \u0111\u01b0\u1ee3c \u0111\u1ed3ng b\u1ed9 h\u00f3a ho\u1eb7c c\u1ed5 \u0111i\u1ec3n, cho ph\u00e9p b\u1ea1n h\u00e1t theo nh\u1eefng b\u00e0i h\u00e1t y\u00eau th\u00edch c\u1ee7a m\u00ecnh.<\/li>\n\n\n\n<li><strong>H\u1eb9n gi\u1edd ng\u1ee7<\/strong>: l\u00fd t\u01b0\u1edfng cho nh\u1eefng ng\u01b0\u1eddi th\u00edch nghe nh\u1ea1c tr\u01b0\u1edbc khi ng\u1ee7, t\u1eaft ph\u00e1t l\u1ea1i sau m\u1ed9t th\u1eddi gian nh\u1ea5t \u0111\u1ecbnh.<\/li>\n\n\n\n<li><strong>Ph\u00e1t l\u1ea1i li\u00ean t\u1ee5c<\/strong>: Lo\u1ea1i b\u1ecf c\u00e1c kho\u1ea3ng d\u1eebng gi\u1eefa c\u00e1c b\u1ea3n nh\u1ea1c, gi\u00fap b\u1ea1n nghe nh\u1ea1c kh\u00f4ng b\u1ecb gi\u00e1n \u0111o\u1ea1n.<\/li>\n\n\n\n<li><strong>Ch\u1ebf \u0111\u1ed9 l\u00e1i xe<\/strong>: Cung c\u1ea5p giao di\u1ec7n \u0111\u01a1n gi\u1ea3n \u0111\u1ec3 s\u1eed d\u1ee5ng an to\u00e0n khi l\u00e1i xe.<\/li>\n\n\n\n<li><strong>Ti\u1ec7n \u00edch t\u00f9y ch\u1ec9nh<\/strong>: truy c\u1eadp nhanh v\u00e0o c\u00e1c ch\u1ee9c n\u0103ng c\u1ee7a tr\u00ecnh ph\u00e1t tr\u1ef1c ti\u1ebfp t\u1eeb m\u00e0n h\u00ecnh ch\u00ednh.<\/li>\n<\/ul>\n\n\n\n<p><strong>Hi\u1ec7u su\u1ea5t nh\u1eb9 v\u00e0 hi\u1ec7u qu\u1ea3<\/strong><\/p>\n\n\n\n<p>Ch\u1ec9 h\u01a1n 10 MB, Retro Music Player nh\u1eb9 v\u00e0 \u0111\u01b0\u1ee3c t\u1ed1i \u01b0u h\u00f3a \u0111\u1ec3 mang l\u1ea1i hi\u1ec7u su\u1ea5t m\u01b0\u1ee3t m\u00e0 ngay c\u1ea3 tr\u00ean c\u00e1c thi\u1ebft b\u1ecb c\u00f3 t\u00e0i nguy\u00ean h\u1ea1n ch\u1ebf. \u1ee8ng d\u1ee5ng kh\u00f4ng thu th\u1eadp d\u1eef li\u1ec7u ng\u01b0\u1eddi d\u00f9ng ho\u1eb7c hi\u1ec3n th\u1ecb qu\u1ea3ng c\u00e1o x\u00e2m nh\u1eadp, \u0111\u1ea3m b\u1ea3o tr\u1ea3i nghi\u1ec7m s\u1ea1ch s\u1ebd, t\u1eadp trung v\u00e0o \u00e2m nh\u1ea1c.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/LsjjdQ5KSBnnztnMzRq8nTkmmCSINVE3BwSf4YG0Ps2ITGZQ-yV9pzbEAgkDXjx52140=w240-h480-rw\" alt=\"M\u00e1y nghe nh\u1ea1c c\u1ed5 \u0111i\u1ec3n\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">M\u00e1y nghe nh\u1ea1c c\u1ed5 \u0111i\u1ec3n<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">64.831 \u0111\u00e1nh gi\u00e1<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 d\u1eb7m+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u1ea3i xu\u1ed1ng<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/plusmob.com\/vi\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=code.name.monkey.retromusic\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        C\u00e0i \u0111\u1eb7t tr\u00ean Google Play\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>L\u00fd t\u01b0\u1edfng cho nh\u1eefng ng\u01b0\u1eddi y\u00eau th\u00edch nh\u1ea1c c\u0169<\/strong><\/p>\n\n\n\n<p>N\u1ebfu b\u1ea1n c\u00f3 m\u1ed9t b\u1ed9 s\u01b0u t\u1eadp nh\u1ea1c c\u0169 tr\u00ean thi\u1ebft b\u1ecb c\u1ee7a m\u00ecnh v\u00e0 \u0111ang t\u00ecm ki\u1ebfm m\u1ed9t tr\u00ecnh ph\u00e1t nh\u1ea1c n\u00e2ng cao nh\u1eefng b\u1ea3n nh\u1ea1c c\u1ed5 \u0111i\u1ec3n n\u00e0y b\u1eb1ng giao di\u1ec7n h\u1ea5p d\u1eabn v\u00e0 c\u00e1c t\u00ednh n\u0103ng h\u1eefu \u00edch, th\u00ec Retro Music Player l\u00e0 l\u1ef1a ch\u1ecdn ph\u00f9 h\u1ee3p. S\u1ef1 k\u1ebft h\u1ee3p gi\u1eefa t\u00ednh th\u1ea9m m\u1ef9 c\u1ed5 \u0111i\u1ec3n v\u00e0 ch\u1ee9c n\u0103ng hi\u1ec7n \u0111\u1ea1i khi\u1ebfn n\u00f3 tr\u1edf n\u00ean ho\u00e0n h\u1ea3o \u0111\u1ec3 s\u1ed1ng l\u1ea1i v\u00e0 th\u01b0\u1edfng th\u1ee9c nh\u1eefng b\u00e0i h\u00e1t y\u00eau th\u00edch c\u1ee7a b\u1ea1n t\u1eeb nhi\u1ec1u th\u1eadp k\u1ef7 tr\u01b0\u1edbc.<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea \u00e9 apaixonado por m\u00fasicas antigas e procura uma forma pr\u00e1tica e elegante de reviver seus cl\u00e1ssicos favoritos, o Retro Music Player \u00e9 a escolha ideal. Este aplicativo gratuito, dispon\u00edvel na Google Play Store, oferece uma experi\u00eancia de reprodu\u00e7\u00e3o de m\u00fasicas offline com um visual nost\u00e1lgico e recursos modernos. Interface retr\u00f4 com design moderno [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":679,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-678","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/posts\/678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/comments?post=678"}],"version-history":[{"count":1,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/posts\/678\/revisions"}],"predecessor-version":[{"id":680,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/posts\/678\/revisions\/680"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/media\/679"}],"wp:attachment":[{"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/media?parent=678"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/categories?post=678"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plusmob.com\/vi\/wp-json\/wp\/v2\/tags?post=678"}],"curies":[{"name":"trang web","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}