Netflix Multilingual CC Translator

Unlock a world of multilingual entertainment with our Chrome extension!

Was ist Netflix Multilingual CC Translator?

Netflix Multilingual CC Translator ist eine Chrome-Erweiterung, die von https://smartphone.az entwickelt wurde, und ihr Hauptmerkmal ist "Unlock a world of multilingual entertainment with our Chrome extension!".

Erweiterungsscreenshots

screenshot
screenshot

Netflix Multilingual CC Translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Multilingual CC Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing the Ultimate Netflix Companion Chrome Extension: Seamlessly enjoy your favorite movies and series on Netflix like never before! Our innovative extension enhances your viewing experience by effortlessly translating closed captions into the language of your choice. Say goodbye to language barriers and hello to global entertainment. Immerse yourself in captivating stories, while our extension takes care of the translations. Elevate your streaming adventure with our Netflix Companion Chrome Extension and unlock a world of multilingual entertainment at your fingertips!                    

Grundlegende Informationen zur Erweiterung

Name Netflix Multilingual CC Translator Netflix Multilingual CC Translator
ID lojnkhahejcfomppefmeagmegndpmobc
Offizielle URL https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc
Beschreibung Unlock a world of multilingual entertainment with our Chrome extension!
Dateigröße 35.03 KB
Installationsanzahl 25
Aktuelle Version 1.0
Letztes Update 2023-08-19
Veröffentlichungsdatum 2023-08-18
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://smartphone.az
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smartphone.az
URL der Datenschutzrichtlinien-Seite https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix Multilingual CC Translator",
    "version": "1.0",
    "description": "Unlock a world of multilingual entertainment with our Chrome extension!",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/",
        "http:\/\/translation.smartphone.az\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    }
}