{"id":1486,"date":"2026-06-15T01:14:10","date_gmt":"2026-06-15T01:14:10","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1486"},"modified":"2026-09-19T03:02:19","modified_gmt":"2026-09-19T03:02:19","slug":"watch-movies-completely-online-and-for-free","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/zh_ms\/filmes-totalmente-online-e-gratis\/","title":{"rendered":"\u5728\u7ebf\u514d\u8d39\u89c2\u770b\u6240\u6709\u7535\u5f71"},"content":{"rendered":"<p class=\"wp-block-paragraph\">\u624b\u8868 <strong>\u514d\u8d39\u5728\u7ebf\u89c2\u770b\u7535\u5f71\u3002<\/strong> \u5bf9\u4e8e\u90a3\u4e9b\u60f3\u8981\u4eab\u53d7\u4f18\u8d28\u5185\u5bb9\u5374\u4e0d\u60f3\u8ba2\u9605\u591a\u4e2a\u670d\u52a1\u7684\u7528\u6237\u6765\u8bf4\uff0c\u8fd9\u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\u3002\u53ef\u7528\u7684\u5e73\u53f0\u5305\u62ec\u2026\u2026 <strong>\u56fe\u6bd4<\/strong>, \uff0c\u4e00\u5bb6\u901a\u8fc7\u5e7f\u544a\u652f\u6301\u6a21\u5f0f\u514d\u8d39\u63d0\u4f9b\u7535\u5f71\u548c\u7535\u89c6\u5267\u7684\u6d41\u5a92\u4f53\u670d\u52a1\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\/JcI8o5IHBMbNZ3tNE88Xnw8nwZYMZghNRTJ8JaiU_jXA4J2ShN1kybxOColfQW5UeRyykv3AFL6TcrmHGTRL9g=w240-h480-rw\" alt=\"Tubi\uff1a\u514d\u8d39\u7535\u5f71\u548c\u76f4\u64ad\u7535\u89c6\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tubi\uff1a\u514d\u8d39\u7535\u5f71\u548c\u76f4\u64ad\u7535\u89c6<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,219,767 \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.tubitv\" 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\/app\/tubi-watch-movies-tv-shows\/id886445756\" 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<p class=\"wp-block-paragraph\">Tubi\u6c47\u96c6\u4e86\u4e0d\u540c\u7c7b\u578b\u7684\u5185\u5bb9\uff0c\u5e76\u53ef\u5728\u5404\u79cd\u517c\u5bb9\u8bbe\u5907\u4e0a\u4f7f\u7528\u3002\u8be5\u5e73\u53f0\u4e0d\u6536\u53d6\u4f20\u7edf\u7684\u6708\u8d39\uff0c\u800c\u662f\u63d0\u4f9b\u2026\u2026 <strong>\u67d0\u4e9b\u5185\u5bb9\u671f\u95f4\u4f1a\u64ad\u653e\u5e7f\u544a<\/strong>, \u8ba9\u60a8\u53ef\u4ee5\u514d\u8d39\u89c2\u770b\u6240\u6709\u53ef\u89c2\u770b\u7684\u8282\u76ee\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u56fe\u6bd4\u662f\u4ec0\u4e48\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u6c27 <strong>\u56fe\u6bd4<\/strong> \u8fd9\u662f\u4e00\u4e2a\u63d0\u4f9b\u6d41\u5a92\u4f53\u670d\u52a1\u7684\u5e73\u53f0\u3002 <strong>\u7535\u5f71\u3001\u5267\u96c6\u3001\u7535\u89c6\u8282\u76ee\u548c\u539f\u521b\u4f5c\u54c1<\/strong>. \u5b83\u7684\u8fd0\u4f5c\u65b9\u5f0f\u4e0e\u5176\u4ed6\u6d41\u5a92\u4f53\u670d\u52a1\u7c7b\u4f3c\uff0c\u533a\u522b\u5728\u4e8e\u65e0\u9700\u8d2d\u4e70\u6708\u8d39\u8ba2\u9605\u5373\u53ef\u8bbf\u95ee\u514d\u8d39\u5185\u5bb9\u3002.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u76ee\u5f55\u5305\u542b\u4ee5\u4e0b\u9009\u9879\uff1a <strong>\u52a8\u4f5c\u3001\u559c\u5267\u3001\u7231\u60c5\u3001\u6050\u6016\u3001\u60ac\u7591\u3001\u5267\u60c5\u3001\u7eaa\u5f55\u7247\u548c\u52a8\u753b<\/strong>. \u5f71\u7247\u7684\u4f9b\u5e94\u60c5\u51b5\u53ef\u80fd\u56e0\u56fd\u5bb6\/\u5730\u533a\u800c\u5f02\uff0c\u5e76\u4e14\u4e5f\u53ef\u80fd\u968f\u65f6\u95f4\u800c\u53d8\u5316\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u5982\u4f55\u514d\u8d39\u89c2\u770b\u7535\u5f71\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u89c2\u770b\u65b9\u5f0f\u5f88\u7b80\u5355\uff0c\u53ea\u9700\u5728\u517c\u5bb9\u8bbe\u5907\u4e0a\u8bbf\u95ee Tubi\uff0c\u6d4f\u89c8\u5206\u7c7b\u6216\u641c\u7d22\u60f3\u770b\u7684\u5f71\u7247\u5373\u53ef\u3002\u627e\u5230\u53ef\u64ad\u653e\u7684\u5185\u5bb9\u540e\uff0c\u5373\u53ef\u5f00\u59cb\u64ad\u653e\u3002.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u8be5\u5e73\u53f0\u8fd8\u6709\u4e00\u4e2a\u90e8\u5206 <strong>Tubi Originals<\/strong>, \u6b64\u5916\uff0c\u8be5\u670d\u52a1\u8fd8\u63d0\u4f9b\u7531\u5176\u81ea\u8eab\u5236\u4f5c\u7684\u8282\u76ee\u3002\u8fd9\u6837\u4e00\u6765\uff0c\u9664\u4e86\u6388\u6743\u5185\u5bb9\u5916\uff0c\u7528\u6237\u8fd8\u53ef\u4ee5\u5728\u5e94\u7528\u5185\u53d1\u73b0\u5176\u4ed6\u7535\u5f71\u548c\u8282\u76ee\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u9700\u8981\u521b\u5efa\u8d26\u6237\u5417\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u5728 Tubi \u4e0a\u53ef\u4ee5\u514d\u8d39\u89c2\u770b\u5185\u5bb9\uff0c\u800c\u6ce8\u518c\u8d26\u53f7\u5219\u53ef\u4ee5\u4eab\u53d7\u66f4\u591a\u81ea\u5b9a\u4e49\u529f\u80fd\u3002\u5b83\u53ef\u4ee5\u5b8c\u6210\u8bf8\u5982\u2026\u2026\u4e4b\u7c7b\u7684\u4efb\u52a1\u3002 <strong>\u4fdd\u5b58\u5f71\u7247\uff0c\u8bb0\u5f55\u4f60\u7684\u89c2\u770b\u5386\u7a0b\uff0c\u5e76\u63a5\u6536\u63a8\u8350\u5185\u5bb9\u3002<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u8be5\u670d\u52a1\u53ef\u5728\u624b\u673a\u3001\u5e73\u677f\u7535\u8111\u3001\u7535\u8111\u548c\u5404\u79cd\u517c\u5bb9\u7684\u7535\u89c6\u8bbe\u5907\u4e0a\u4f7f\u7528\uff0c\u4f46\u53ef\u7528\u6027\u53ef\u80fd\u56e0\u5730\u533a\u800c\u5f02\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tubi \u771f\u7684\u514d\u8d39\u5417\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u662f\u7684\u3002 <strong>Tubi \u7684\u514d\u8d39\u76ee\u5f55\u4e0d\u6536\u53d6\u6708\u8d39\u3002<\/strong>. \u8be5\u5e73\u53f0\u4f9d\u9760\u5e7f\u544a\u6536\u5165\u7ef4\u6301\u8fd0\u8425\uff0c\u56e0\u6b64\u67d0\u4e9b\u7535\u5f71\u548c\u8282\u76ee\u53ef\u80fd\u4f1a\u5728\u64ad\u51fa\u524d\u6216\u64ad\u51fa\u671f\u95f4\u51fa\u73b0\u5e7f\u544a\u3002.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5bf9\u4e8e\u90a3\u4e9b\u5bfb\u627e <strong>\u514d\u8d39\u5408\u6cd5\u5730\u89c2\u770b\u7535\u5f71\u3002<\/strong>, \u8fd9\u6b63\u662f\u8be5\u670d\u52a1\u7684\u4e3b\u8981\u4f18\u52bf\u4e4b\u4e00\u3002.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tubi\u503c\u5f97\u4f7f\u7528\u5417\uff1f<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u5bf9\u4e8e\u90a3\u4e9b\u60f3\u8981\u589e\u52a0\u5a31\u4e50\u9009\u62e9\u4f46\u53c8\u4e0d\u60f3\u989d\u5916\u652f\u4ed8\u6708\u8d39\u7684\u7528\u6237\u6765\u8bf4\uff0cTubi \u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\u3002\u7528\u6237\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0cTubi \u4e0a\u4f1a\u6709\u5e7f\u544a\uff0c\u4f46\u4f5c\u4e3a\u56de\u62a5\uff0c\u4ed6\u4eec\u53ef\u4ee5\u514d\u8d39\u89c2\u770b\u6240\u5728\u5730\u533a\u7684\u8282\u76ee\u5185\u5bb9\u3002.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u548c <strong>\u7535\u5f71\u3001\u5267\u96c6\u548c\u539f\u521b\u4f5c\u54c1<\/strong>, \u8be5\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u4e86\u4e00\u79cd\u901a\u8fc7\u624b\u673a\u6216\u5176\u4ed6\u517c\u5bb9\u8bbe\u5907\u67e5\u627e\u5728\u7ebf\u5a31\u4e50\u5185\u5bb9\u7684\u7b80\u5355\u65b9\u6cd5\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\/JcI8o5IHBMbNZ3tNE88Xnw8nwZYMZghNRTJ8JaiU_jXA4J2ShN1kybxOColfQW5UeRyykv3AFL6TcrmHGTRL9g=w240-h480-rw\" alt=\"Tubi\uff1a\u514d\u8d39\u7535\u5f71\u548c\u76f4\u64ad\u7535\u89c6\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tubi\uff1a\u514d\u8d39\u7535\u5f71\u548c\u76f4\u64ad\u7535\u89c6<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,219,767 \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.tubitv\" 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\/app\/tubi-watch-movies-tv-shows\/id886445756\" 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>Assistir a filmes online e gr\u00e1tis \u00e9 uma alternativa para quem deseja aproveitar bons conte\u00fados sem precisar contratar v\u00e1rias assinaturas. Entre as plataformas dispon\u00edveis est\u00e1 o Tubi, servi\u00e7o de streaming que oferece filmes e s\u00e9ries gratuitamente por meio de um modelo financiado por an\u00fancios. O Tubi re\u00fane conte\u00fados de diferentes g\u00eaneros e pode ser utilizado [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1487,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":["post-1486","post","type-post","status-publish","format-standard","has-post-thumbnail","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1486","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=1486"}],"version-history":[{"count":13,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1486\/revisions"}],"predecessor-version":[{"id":1518,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/posts\/1486\/revisions\/1518"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media\/1487"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/media?parent=1486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/categories?post=1486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/zh_ms\/wp-json\/wp\/v2\/tags?post=1486"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}