Remove Netflix Subtitles

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

What is Remove Netflix Subtitles?

Remove Netflix Subtitles is a Chrome extension developed by Anderson Queiroz, and its main feature is "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not".

Extension Screenshots

screenshot
screenshot

Download Remove Netflix Subtitles Extension CRX File

Download Remove Netflix Subtitles 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

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

Extension Basic Information

Name Remove Netflix Subtitles Remove Netflix Subtitles
ID aoocobbmjfikbnjmjhkikjkehbkeaadk
Official URL https://chromewebstore.google.com/detail/remove-netflix-subtitles/aoocobbmjfikbnjmjhkikjkehbkeaadk
Description Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not
File Size 15.34 KB
Installation Count 123
Current Version 1.0.0
Last Updated 2016-09-02
Publish Date 2016-09-01
Rating 5.00/5 Total 5 Ratings
Developer Anderson Queiroz
Email [email protected]
Payment Type free
Extension Website https://github.com/AndersonQ/remove-netflix-subtitles
Supported Languages 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"
    ]
}