Netflix Multilingual CC Translator

Unlock a world of multilingual entertainment with our Chrome extension!

Hvad er Netflix Multilingual CC Translator?

Netflix Multilingual CC Translator er en Chrome-udvidelse udviklet af https://smartphone.az, og dens hovedfunktion er "Unlock a world of multilingual entertainment with our Chrome extension!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Netflix Multilingual CC Translator-udvidelses-CRX-fil

Download Netflix Multilingual CC Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Netflix Multilingual CC Translator Netflix Multilingual CC Translator
ID lojnkhahejcfomppefmeagmegndpmobc
Officiel URL https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc
Beskrivelse Unlock a world of multilingual entertainment with our Chrome extension!
Filstørrelse 35.03 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2023-08-19
Udgivelsesdato 2023-08-18
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://smartphone.az
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://smartphone.az
URL til Fortrolighedspolitik Side https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html
Understøttede Sprog 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"
        }
    }
}