Netflix Subtitles Customizer

Ever got annoyed with netflix lack of subtitle options? This extension is for you.

What is Netflix Subtitles Customizer?

Netflix Subtitles Customizer is a Chrome extension developed by kwiniarski97, and its main feature is "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".

Extension Screenshots

screenshot

Download Netflix Subtitles Customizer Extension CRX File

Download Netflix Subtitles Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                    

Extension Basic Information

Name Netflix Subtitles Customizer Netflix Subtitles Customizer
ID dfdonoicdcghnjdleacdfjkgpbdmmjnn
Official URL https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn
Description Ever got annoyed with netflix lack of subtitle options? This extension is for you.
File Size 29.16 KB
Installation Count 146
Current Version 1.0
Last Updated 2018-10-09
Publish Date 2018-10-09
Rating 1.00/5 Total 1 Ratings
Developer kwiniarski97
Payment Type free
Help Page URL https://github.com/kwiniarski97/netflix-sub-customizer
Supported Languages 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"
            ]
        }
    ]
}