Remove Netflix Subtitles

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

Co to jest Remove Netflix Subtitles?

Remove Netflix Subtitles to rozszerzenie Chrome opracowane przez Anderson Queiroz, a jego główną funkcją jest „Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove Netflix Subtitles

Pobierz pliki rozszerzeń Remove Netflix Subtitles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Remove Netflix Subtitles Remove Netflix Subtitles
ID aoocobbmjfikbnjmjhkikjkehbkeaadk
Oficjalny URL https://chromewebstore.google.com/detail/remove-netflix-subtitles/aoocobbmjfikbnjmjhkikjkehbkeaadk
Opis Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not
Rozmiar pliku 15.34 KB
Liczba instalacji 123
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-09-02
Data Publikacji 2016-09-01
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Anderson Queiroz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AndersonQ/remove-netflix-subtitles
Obsługiwane Języki 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"
    ]
}