Language Learning with Netflix™ - AFL

Language Learning with Netflix Extension - App for Language (AFL)

Cos'è Language Learning with Netflix™ - AFL?

Language Learning with Netflix™ - AFL è un'estensione di Chrome sviluppata da https://appforlanguage.com, e la sua funzione principale è "Language Learning with Netflix Extension - App for Language (AFL)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Language Learning with Netflix™ - AFL

Scarica i file di estensione Language Learning with Netflix™ - AFL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Language learning with Netflix,  An innovation in language learning software from App For Language(AFL)

★ DUAL SUBTITLES

★ INSTANT DICTIONARY

★ HANDY SHORTCUTS 

★ UPLOAD CUSTOM SUBTITLES (on Netflix)

★ DOWNLOAD SUBTITLES

★ OFFLINE REVIEW

★ SAVE NEW WORDS 

★ SAVE PHRASES

★ WORD PRONUNCIATION

★ SMART AUTO-PAUSE

★ SUBTITLES IN THE SIDEBAR

★ USER-FRIENDLY 
• Customizable.
• Easy to install and use.
• Ad-free.
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
-Version 4.2
Improved UI on Netflix

Made with love by AppForLanguage.com                    

Informazioni di Base sull'Estensione

Nome Language Learning with Netflix™ - AFL Language Learning with Netflix™ - AFL
ID mkebkjahadmflkecndjlokjodhmleiia
URL Ufficiale https://chromewebstore.google.com/detail/language-learning-with-ne/mkebkjahadmflkecndjlokjodhmleiia
Descrizione Language Learning with Netflix Extension - App for Language (AFL)
Dimensione del File 1.38 MB
Conteggio Installazioni 10,000
Versione Corrente 4.24.01.25
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2022-03-02
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore https://appforlanguage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://appforlanguage.com/
URL della Pagina di Aiuto https://appforlanguage.com/contact_us.html
URL della Pagina della Politica sulla Privacy https://appforlanguage.com/privacy
Lingue Supportate de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Learning with Netflix\u2122 - AFL",
    "description": "Language Learning with Netflix Extension - App for Language (AFL)",
    "default_locale": "en",
    "version": "4.24.01.25",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "netflix\/styles.css"
            ],
            "js": [
                "netflix\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/netflix2\/auth\/google*",
                "http:\/\/www.appforlanguage.com\/netflix2\/auth\/google*"
            ],
            "js": [
                "appforlanguage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/loading\/",
                "https:\/\/appforlanguage.com\/loading",
                "http:\/\/www.appforlanguage.com\/loading"
            ],
            "js": [
                "payment\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/netflix2\/subscription-result*",
                "http:\/\/www.appforlanguage.com\/netflix2\/subscription-result*"
            ],
            "js": [
                "paymentpage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/cancel",
                "https:\/\/appforlanguage.com\/cancel\/",
                "http:\/\/www.appforlanguage.com\/cancel"
            ],
            "js": [
                "cancelpage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/cancelStripePage",
                "https:\/\/appforlanguage.com\/cancelStripePage\/",
                "http:\/\/www.appforlanguage.com\/cancelStripePage"
            ],
            "js": [
                "cancelStripePage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/netflix2\/netflix",
                "https:\/\/appforlanguage.com\/netflix2\/netflix\/",
                "http:\/\/www.appforlanguage.com\/netflix2\/netflix"
            ],
            "js": [
                "packages\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundscript.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png",
            "240": "images\/icon_240.png"
        },
        "default_title": "Language Learning with Netflix\u2122",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "240": "images\/icon_240.png"
    },
    "permissions": [
        "storage",
        "tts"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/appforlanguage.com\/*",
        "https:\/\/clients5.google.com\/*",
        "https:\/\/glosbe.com\/*",
        "*:\/\/netflix.com\/*"
    ],
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Alice",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}