{"id":1393,"date":"2025-10-03T19:08:11","date_gmt":"2025-10-03T19:08:11","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1393"},"modified":"2025-10-03T19:08:12","modified_gmt":"2025-10-03T19:08:12","slug":"%e8%a7%82%e7%9c%8b%e5%85%8d%e8%b4%b9%e5%a4%96%e5%9b%bd%e7%94%b5%e5%bd%b1%e7%9a%84%e6%9c%80%e4%bd%b3%e5%ba%94%e7%94%a8","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/zh_ms\/melhor-aplicativo-para-ver-filmes-estrangeiros-gratis\/","title":{"rendered":"\u6700\u4f73\u514d\u8d39\u89c2\u770b\u5916\u56fd\u7535\u5f71\u7684\u5e94\u7528\u7a0b\u5e8f"},"content":{"rendered":"<p>\u5982\u679c\u4f60\u70ed\u7231\u7535\u5f71\uff0c\u5e76\u5e0c\u671b\u514d\u8d39\u89c2\u770b\u56fd\u9645\u7535\u5f71\uff0c <strong>VIX \u7535\u5f71\u9662\u548c\u7535\u89c6<\/strong> \u662f\u5b8c\u7f8e\u7684\u9009\u62e9\u3002\u8fd9\u6b3e\u5e94\u7528\u53ef\u5728 Google Play \u5546\u5e97\u514d\u8d39\u4e0b\u8f7d\uff0c\u4e0b\u8f7d\u94fe\u63a5\u5982\u4e0b\u3002\u6709\u4e86\u5b83\uff0c\u60a8\u53ef\u4ee5\u5408\u6cd5\u4fbf\u6377\u5730\u89c2\u770b\u6765\u81ea\u4e0d\u540c\u56fd\u5bb6\u3001\u8bed\u8a00\u548c\u7c7b\u578b\u7684\u5916\u56fd\u7535\u5f71\u3002<\/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\/s2G05IFOkSB2E6w_lBAgVOJT8rYVSIX7cT5dRR7HjWhUM0smh606nQ3uqWM8sLPk7BI=w240-h480-rw\" alt=\"ViX\uff1a\u7535\u89c6\u3001\u4f53\u80b2\u548c\u65b0\u95fb\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">ViX\uff1a\u7535\u89c6\u3001\u4f53\u80b2\u548c\u65b0\u95fb<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">427,512\u6761\u8bc4\u8bba<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100\u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f7d<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.univision.prendetv&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/vix-filmes-e-tv\/id1117004174\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">\u89e6\u624b\u53ef\u53ca\u7684\u56fd\u9645\u76ee\u5f55<\/h2>\n\n\n\n<p>VIX Cine \u548c TV \u4e4b\u95f4\u7684\u6700\u5927\u533a\u522b\u5728\u4e8e <strong>\u5404\u79cd\u5916\u56fd\u4f5c\u54c1<\/strong>\u60a8\u5c06\u53d1\u73b0\u5145\u6ee1\u60c5\u611f\u548c\u6587\u5316\u5e95\u8574\u7684\u62c9\u4e01\u7535\u5f71\u3001\u6545\u4e8b\u6fc0\u70c8\u72ec\u7279\u7684\u4e9a\u6d32\u7535\u5f71\u3001\u5c55\u73b0\u4e0d\u540c\u4e16\u754c\u89c2\u7684\u6b27\u6d32\u7535\u5f71\uff0c\u4ee5\u53ca\u4f20\u7edf\u9662\u7ebf\u4e4b\u5916\u7684\u5317\u7f8e\u7535\u5f71\u3002\u8fd9\u662f\u63a2\u7d22\u5168\u7403\u7535\u5f71\u3001\u53d1\u73b0\u9c9c\u5c11\u5728\u4e3b\u6d41\u4ed8\u8d39\u5e73\u53f0\u4e0a\u6620\u7684\u6545\u4e8b\u7684\u7edd\u4f73\u673a\u4f1a\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u754c\u9762\u7b80\u5355\u6613\u7528<\/h2>\n\n\n\n<p>\u8be5\u5e94\u7528\u7a0b\u5e8f\u7684\u4f18\u52bf\u4e4b\u4e00\u662f <strong>\u53ef\u7528\u6027<\/strong>\u3002\u60a8\u53ef\u4ee5\u7acb\u5373\u627e\u5230\u6309\u7c7b\u578b\u3001\u5f53\u524d\u7cbe\u5f69\u7247\u6bb5\u548c\u63a8\u8350\u5355\u5143\u5206\u7c7b\u7684\u7535\u5f71\u3002\u641c\u7d22\u7cfb\u7edf\u4e5f\u975e\u5e38\u9ad8\u6548\uff0c\u60a8\u53ef\u4ee5\u6309\u56fd\u5bb6\/\u5730\u533a\u3001\u8bed\u8a00\u6216\u7c7b\u578b\u641c\u7d22\u5f71\u7247\u3002\u8fd9\u610f\u5473\u7740\u5373\u4f7f\u4e0d\u719f\u6089\u6280\u672f\u7684\u4eba\u4e5f\u53ef\u4ee5\u8f7b\u677e\u6d4f\u89c8\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u514d\u8d39 100% \u5185\u5bb9<\/h2>\n\n\n\n<p>VIX Cine e TV \u65e0\u9700\u8ba2\u9605\u6216\u590d\u6742\u7684\u6ce8\u518c\u3002\u53ea\u9700\u4e0b\u8f7d\u3001\u6253\u5f00\u5e76\u89c2\u770b\u5373\u53ef\u3002\u8be5\u6a21\u5f0f\u57fa\u4e8e\u7c7b\u4f3c\u4e8e\u5e7f\u64ad\u7535\u89c6\u7684\u77ed\u65f6\u5e7f\u544a\u3002\u8fd9\u786e\u4fdd\u4e86\u4fbf\u6377\u6027\uff0c\u65e0\u9700\u4efb\u4f55\u8d39\u7528\u5373\u53ef\u8bbf\u95ee\u6d77\u91cf\u5185\u5bb9\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u590d\u5236\u8d28\u91cf<\/h2>\n\n\n\n<p>\u53e6\u4e00\u4e2a\u4eae\u70b9\u662f\u753b\u8d28\u3002\u5f71\u7247\u4ee5\u9ad8\u5206\u8fa8\u7387\u64ad\u653e\uff0c\u64ad\u653e\u5668\u8f7b\u5de7\u7a33\u5b9a\uff0c\u5373\u4f7f\u6ca1\u6709\u9ad8\u7aef\u667a\u80fd\u624b\u673a\u6216\u9ad8\u901f\u4e92\u8054\u7f51\u7684\u7528\u6237\u4e5f\u80fd\u8f7b\u677e\u4e0a\u624b\u3002\u6b64\u5916\uff0c\u5b83\u8fd8\u53ef\u4ee5\u5c06\u5185\u5bb9\u955c\u50cf\u5230\u667a\u80fd\u7535\u89c6\u4e0a\uff0c\u5c06\u89c2\u770b\u4f53\u9a8c\u63d0\u5347\u5230\u771f\u6b63\u7684\u5bb6\u5ead\u5f71\u9662\u7684\u6c34\u5e73\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u591a\u6837\u6027\u4e0e\u7b56\u5c55<\/h2>\n\n\n\n<p>\u8be5\u56fe\u4e66\u9986\u6301\u7eed\u66f4\u65b0\uff0c\u5185\u5bb9\u6db5\u76d6\u4ece\u7ecf\u5178\u540d\u8457\u5230\u72ec\u7acb\u5236\u4f5c\u7684\u5404\u7c7b\u4f5c\u54c1\u3002\u8fd9\u79cd\u7cbe\u5fc3\u7b56\u5212\u7684\u8d44\u6e90\u5e93\u907f\u514d\u4e86\u7528\u6237\u5728\u7eb7\u7e41\u590d\u6742\u7684\u76ee\u5f55\u4e2d\u8ff7\u5931\uff0c\u5e76\u786e\u4fdd\u59cb\u7ec8\u6709\u76f8\u5173\u65b0\u95fb\u53ef\u4f9b\u89c2\u770b\u3002\u8fd9\u662f\u4e00\u4e2a\u63a2\u7d22\u65b0\u6587\u5316\uff0c\u751a\u81f3\u4ee5\u6709\u8da3\u7684\u65b9\u5f0f\u7ec3\u4e60\u8bed\u8a00\u7684\u597d\u65b9\u6cd5\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u989d\u5916\u8d44\u6e90<\/h2>\n\n\n\n<p>\u8fd9\u6b3e\u5e94\u7528\u53ef\u4ee5\u8ba9\u4f60\u521b\u5efa\u6536\u85cf\u5217\u8868\uff0c\u5e2e\u4f60\u4fdd\u5b58\u90a3\u4e9b\u5438\u5f15\u4f60\u7684\u4e66\u76ee\u3002\u5b83\u4f53\u79ef\u5c0f\u5de7\uff0c\u5360\u7528\u624b\u673a\u7a7a\u95f4\u6781\u5c0f\uff0c\u5373\u4f7f\u5728\u5b58\u50a8\u7a7a\u95f4\u6709\u9650\u7684\u8bbe\u5907\u4e0a\u4e5f\u80fd\u8f7b\u677e\u8bbf\u95ee\u3002\u5b83\u540c\u65f6\u652f\u6301\u5b89\u5353\u548c iOS \u7cfb\u7edf\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e3a\u4ec0\u4e48\u9009\u62e9 VIX Cine e TV<\/h2>\n\n\n\n<p>VIX Cine e TV \u62e5\u6709\u4e30\u5bcc\u7684\u5f71\u7247\u5e93\u3001\u7b80\u6d01\u7684\u754c\u9762\u548c\u7a33\u5b9a\u7684\u8fd0\u884c\uff0c\u5df2\u6210\u4e3a\u514d\u8d39\u89c2\u770b\u5916\u56fd\u7535\u5f71\u7684\u6700\u4f73\u5e94\u7528\u4e4b\u4e00\u3002\u5b83\u6253\u5f00\u4e86\u65b0\u6587\u5316\u7684\u5927\u95e8\uff0c\u5c55\u793a\u4e86\u5728\u4e3b\u6d41\u5e73\u53f0\u4e0a\u96be\u4ee5\u627e\u5230\u7684\u4f5c\u54c1\uff0c\u5e76\u4fdd\u8bc1\u514d\u8d39\u63d0\u4f9b\u9ad8\u8d28\u91cf\u7684\u5a31\u4e50\u4f53\u9a8c\u3002<\/p>\n\n\n\n<p>\u5982\u679c\u60a8\u60f3\u5f00\u9614\u89c6\u91ce\uff0c\u4e86\u89e3\u4e16\u754c\u5404\u5730\u7535\u5f71\u4eba\u8bb2\u8ff0\u7684\u4e30\u5bcc\u591a\u5f69\u7684\u6545\u4e8b\uff0c\u8fd9\u6b3e\u5e94\u7528\u503c\u5f97\u4e0b\u8f7d\u5c1d\u8bd5\u3002\u5b89\u88c5\u5feb\u6377\uff0c\u4f7f\u7528\u76f4\u89c2\uff0c\u4e50\u8da3\u65e0\u7a77\u3002<\/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\/s2G05IFOkSB2E6w_lBAgVOJT8rYVSIX7cT5dRR7HjWhUM0smh606nQ3uqWM8sLPk7BI=w240-h480-rw\" alt=\"ViX\uff1a\u7535\u89c6\u3001\u4f53\u80b2\u548c\u65b0\u95fb\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">ViX\uff1a\u7535\u89c6\u3001\u4f53\u80b2\u548c\u65b0\u95fb<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">427,512\u6761\u8bc4\u8bba<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100\u82f1\u91cc\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u4e0b\u8f7d<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.univision.prendetv&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        \u5728 Google Play \u4e0a\u5b89\u88c5\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/zh_ms\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/vix-filmes-e-tv\/id1117004174\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        \u4ece Apple Store \u5b89\u88c5\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea adora cinema e quer mergulhar em produ\u00e7\u00f5es internacionais sem pagar nada, o VIX Cine e TV \u00e9 a escolha perfeita. O aplicativo est\u00e1 dispon\u00edvel gratuitamente na Google Play Store e pode ser baixado logo abaixo. Com ele, voc\u00ea tem acesso a filmes estrangeiros de diferentes pa\u00edses, l\u00ednguas e g\u00eaneros, tudo de forma legal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1394,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":{"0":"post-1393","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/comments?post=1393"}],"version-history":[{"count":1,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1393\/revisions"}],"predecessor-version":[{"id":1396,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1393\/revisions\/1396"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media\/1394"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media?parent=1393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/categories?post=1393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/tags?post=1393"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}