{"id":47071,"date":"2026-05-13T01:51:31","date_gmt":"2026-05-13T04:51:31","guid":{"rendered":"https:\/\/moblyus.com\/?p=47071"},"modified":"2026-05-13T01:52:37","modified_gmt":"2026-05-13T04:52:37","slug":"apps-to-watch-free-asian-movies","status":"publish","type":"post","link":"https:\/\/moblyus.com\/de\/aplicativos-para-ver-filmes-asiaticos-gratis\/","title":{"rendered":"Apps zum kostenlosen Ansehen asiatischer Filme"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Wer gerne Filme schaut, ohne ein Abonnement abzuschlie\u00dfen, hat wahrscheinlich schon von Tubi geh\u00f6rt. <strong>Anwendung<\/strong> Es hat sich zu einer der beliebtesten Plattformen f\u00fcr das Ansehen kostenloser Online-Inhalte entwickelt und bietet Tausende von Filmen und Serien direkt auf Ihrem Mobiltelefon, Computer oder Smart-TV an.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In nur wenigen Minuten k\u00f6nnen Sie das schon erledigen <strong>herunterladen<\/strong> \u00dcber die App k\u00f6nnen Sie mit dem Ansehen beginnen, ohne eine Kreditkarte registrieren zu m\u00fcssen.<\/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\/3nVkWPn19cL1C1LZ8AXEtS8z3VxoWc4SIlIN75sc437oM_9hVL1vhKpAGdUtVIPLj9o=w240-h480-rw\" alt=\"Tubi: Kostenlose Filme &amp; Live-TV\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tubi: Kostenlose Filme &amp; Live-TV<\/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.206.244 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 Meilen+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">Downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/moblyus.com\/de\/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                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/moblyus.com\/de\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/tubi-movies-live-tv\/id886445756\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Installation aus dem Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">Was ist Tubi?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6 <strong>Tubi<\/strong> ist ein <strong>Anwendung<\/strong> Ein kostenloser Streaming-Dienst, mit dem man Filme und Serien online ohne monatliche Geb\u00fchren ansehen kann. Die Plattform geh\u00f6rt zur Fox Corporation und verzeichnet in mehreren L\u00e4ndern ein rasantes Wachstum.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der Dienst funktioniert \u00fcber Werbeanzeigen, die w\u00e4hrend der Videos eingeblendet werden, wodurch alle Inhalte den Nutzern kostenlos zur Verf\u00fcgung gestellt werden k\u00f6nnen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sie k\u00f6nnen \u00fcber Ihren Browser darauf zugreifen oder die folgende Methode verwenden: <strong>herunterladen<\/strong> direkt auf Android und iPhone.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Hauptmerkmale<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6 <strong>Anwendung<\/strong> Es bietet einige interessante Funktionen f\u00fcr alle, die gerne Filme online ansehen:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tausende kostenlose Filme<\/li>\n\n\n\n<li>Komplette Serie<\/li>\n\n\n\n<li>HD-Wiedergabe<\/li>\n\n\n\n<li>Favoritensystem<\/li>\n\n\n\n<li>Automatische Empfehlungen<\/li>\n\n\n\n<li>Organisierte Kategorien<\/li>\n\n\n\n<li>Kompatibilit\u00e4t mit Smart-TVs<\/li>\n\n\n\n<li>Einfache und schnelle Benutzeroberfl\u00e4che<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Dar\u00fcber hinaus ist die <strong>herunterladen<\/strong> Die App ist ressourcenschonend und einfach zu installieren.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Android- und iOS-Kompatibilit\u00e4t<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6 <strong>Tubi<\/strong> Es funktioniert sowohl auf Android- als auch auf iPhone-Ger\u00e4ten.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sie k\u00f6nnen die <strong>herunterladen<\/strong> \u00fcber offizielle Shops:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Android: Google Play Store<\/li>\n\n\n\n<li>iPhone: App Store<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6 <strong>Anwendung<\/strong> Es bietet au\u00dferdem Unterst\u00fctzung f\u00fcr:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Smart-TVs<\/li>\n\n\n\n<li>Fire TV<\/li>\n\n\n\n<li>Roku<\/li>\n\n\n\n<li>Xbox<\/li>\n\n\n\n<li>PlayStation<\/li>\n\n\n\n<li>Computerbrowser<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">So verwenden Sie Tubi \u2013 Schritt f\u00fcr Schritt<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. F\u00fchren Sie die folgenden Schritte durch: <strong>herunterladen<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Laden Sie die <strong>Anwendung<\/strong> im App Store Ihres Smartphones.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. \u00d6ffne die App.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Nach der Installation \u00f6ffnen Sie es wie gewohnt.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. W\u00e4hle einen Film aus.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Suchen Sie nach Namen oder erkunden Sie die Kategorien.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Klicken Sie auf \u201eAnsehen\u201c.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Der Inhalt startet sofort.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Genie\u00dfe es kostenlos<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Jetzt m\u00fcssen Sie nur noch Ihre Lieblingsfilme ansehen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">F\u00fcr und Wider<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Vorteile<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Anwendung<\/strong> v\u00f6llig kostenlos<\/li>\n\n\n\n<li>Gro\u00dfer Filmkatalog<\/li>\n\n\n\n<li>Einfach zu bedienen<\/li>\n\n\n\n<li>Kompatibel mit mehreren Ger\u00e4ten<\/li>\n\n\n\n<li>Keine Kreditkarte erforderlich.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Nachteile<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Es enth\u00e4lt Werbung.<\/li>\n\n\n\n<li>Einige Inhalte sind nicht synchronisiert.<\/li>\n\n\n\n<li>Ein Teil des Katalogs variiert je nach Region.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Ist es wirklich kostenlos?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ja. <strong>Tubi<\/strong> Es ist wirklich kostenlos.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sie m\u00fcssen keine Abonnementgeb\u00fchr zahlen oder Bankdaten angeben. Die Plattform finanziert sich durch Werbung, die w\u00e4hrend Filmen und Serien geschaltet wird.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Deshalb tun das Millionen von Nutzern. <strong>herunterladen<\/strong> jeden Monat aus der App.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tipps, wie Sie das Beste daraus machen.<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>F\u00fcr eine bessere Qualit\u00e4t nutzen Sie WLAN.<\/li>\n\n\n\n<li>Aktualisieren Sie die <strong>Anwendung<\/strong> regelm\u00e4\u00dfig<\/li>\n\n\n\n<li>Entdecken Sie weniger bekannte Kategorien.<\/li>\n\n\n\n<li>Lieblingsfilme speichern<\/li>\n\n\n\n<li>F\u00fcr das beste Erlebnis nutzen Sie es auf Ihrem Smart-TV.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Nutzerbewertung<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6 <strong>Tubi<\/strong> hat positive Bewertungen auf den wichtigsten Plattformen. <strong>herunterladen<\/strong> von Anwendungen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nutzer loben h\u00e4ufig:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Anzahl der kostenlosen Filme<\/li>\n\n\n\n<li>einfache Navigation<\/li>\n\n\n\n<li>Videoqualit\u00e4t<\/li>\n\n\n\n<li>Vielfalt der Inhalte<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Die Werbung wird als Hauptkritikpunkt angef\u00fchrt, viele halten sie jedoch f\u00fcr akzeptabel, da es sich um einen v\u00f6llig kostenlosen Service handelt.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Abschluss<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Tubi hat sich zu einer hervorragenden Option f\u00fcr alle entwickelt, die Filme online ansehen m\u00f6chten, ohne ein Abonnement abzuschlie\u00dfen. <strong>Anwendung<\/strong> Es bietet tausende kostenlose Inhaltsoptionen, hat eine gute Kompatibilit\u00e4t und funktioniert einfach und schnell.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn Sie eine praktische Plattform zum Ansehen von Filmen und Serien suchen, sollten Sie sie sich auf jeden Fall einmal ansehen. <strong>herunterladen<\/strong> Testen Sie den Service von Tubi kostenlos.<\/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\/3nVkWPn19cL1C1LZ8AXEtS8z3VxoWc4SIlIN75sc437oM_9hVL1vhKpAGdUtVIPLj9o=w240-h480-rw\" alt=\"Tubi: Kostenlose Filme &amp; Live-TV\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Tubi: Kostenlose Filme &amp; Live-TV<\/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.206.244 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 Meilen+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">Downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/moblyus.com\/de\/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                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/moblyus.com\/de\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/tubi-movies-live-tv\/id886445756\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Installation aus dem Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Quem gosta de assistir filmes sem pagar assinatura j\u00e1 deve ter ouvido falar do Tubi. O aplicativo se tornou uma das plataformas mais populares para assistir conte\u00fados online gratuitamente, oferecendo milhares de filmes e s\u00e9ries direto no celular, computador ou Smart TV. Com apenas alguns minutos voc\u00ea j\u00e1 consegue fazer o download do aplicativo e &#8230; <a title=\"Apps zum kostenlosen Ansehen asiatischer Filme\" class=\"read-more\" href=\"https:\/\/moblyus.com\/de\/aplicativos-para-ver-filmes-asiaticos-gratis\/\" aria-label=\"Weitere Informationen zu Apps zum Ansehen kostenloser asiatischer Filme\">mehr lesen<\/a><\/p>","protected":false},"author":1,"featured_media":47072,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-47071","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/posts\/47071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/comments?post=47071"}],"version-history":[{"count":2,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/posts\/47071\/revisions"}],"predecessor-version":[{"id":47074,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/posts\/47071\/revisions\/47074"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/media\/47072"}],"wp:attachment":[{"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/media?parent=47071"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/categories?post=47071"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moblyus.com\/de\/wp-json\/wp\/v2\/tags?post=47071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}