Netflix Multilingual CC Translator

Unlock a world of multilingual entertainment with our Chrome extension!

Qu'est-ce que Netflix Multilingual CC Translator ?

Netflix Multilingual CC Translator est une extension Chrome développée par https://smartphone.az, et sa fonction principale est "Unlock a world of multilingual entertainment with our Chrome extension!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Multilingual CC Translator

Téléchargez les fichiers d'extension Netflix Multilingual CC Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Netflix Multilingual CC Translator Netflix Multilingual CC Translator
ID lojnkhahejcfomppefmeagmegndpmobc
URL Officiel https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc
Description Unlock a world of multilingual entertainment with our Chrome extension!
Taille du Fichier 35.03 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2023-08-19
Date de Publication 2023-08-18
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://smartphone.az
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smartphone.az
URL de la Page de Politique de Confidentialité https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html
Langues Prises en Charge 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"
        }
    }
}