Remove Netflix Subtitles

Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not

Co je Remove Netflix Subtitles?

Remove Netflix Subtitles je rozšíření Chrome vyvinuté Anderson Queiroz, a jeho hlavní funkcí je „Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove Netflix Subtitles

Stáhněte si soubory rozšíření Remove Netflix Subtitles ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not.                    

Základní Informace o Rozšíření

Název Remove Netflix Subtitles Remove Netflix Subtitles
ID aoocobbmjfikbnjmjhkikjkehbkeaadk
Oficiální URL https://chromewebstore.google.com/detail/remove-netflix-subtitles/aoocobbmjfikbnjmjhkikjkehbkeaadk
Popis Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not
Velikost souboru 15.34 KB
Počet instalací 123
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-09-02
Datum Vydání 2016-09-01
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Anderson Queiroz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/AndersonQ/remove-netflix-subtitles
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Netflix Subtitles",
    "short_name": "Remove Netflix Subtitles",
    "description": "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not",
    "version": "1.0.0",
    "minimum_chrome_version": "11",
    "icons": {
        "16": "img\/subtitleGreen.png",
        "128": "img\/subtitleOnOff.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Hide\/Show Netflix subtitles"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}