Netflix Subtitles Customizer
Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Vad är Netflix Subtitles Customizer?
Netflix Subtitles Customizer är en Chrome-tillägg utvecklad av kwiniarski97, och dess huvudfunktion är "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".
Tilläggsskärmbilder
Ladda ner Netflix Subtitles Customizer-förlängningens CRX-fil
Ladda ner Netflix Subtitles Customizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | dfdonoicdcghnjdleacdfjkgpbdmmjnn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn | 
| Beskrivning | Ever got annoyed with netflix lack of subtitle options? This extension is for you. | 
| Filstorlek | 29.16 KB | 
| Antal Installationer | 146 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2018-10-09 | 
| Publiceringsdatum | 2018-10-09 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | kwiniarski97 | 
| Betalningssätt | free | 
| Hjälpsida URL | https://github.com/kwiniarski97/netflix-sub-customizer | 
| Stödda Språk | en,pl | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
} | |