No Netflix Originals

Removes the massive pane of Netflix Originals from the Netflix browse page.

What is No Netflix Originals?

No Netflix Originals is a Chrome extension developed by inniss.co, and its main feature is "Removes the massive pane of Netflix Originals from the Netflix browse page.".

Extension Screenshots

screenshot

Download No Netflix Originals Extension CRX File

Download No Netflix Originals 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

                                            

Extension Basic Information

Name No Netflix Originals No Netflix Originals
ID nganikhoddkhhckmoejladbndgngnlcg
Official URL https://chrome.google.com/webstore/detail/no-netflix-originals/nganikhoddkhhckmoejladbndgngnlcg
Description Removes the massive pane of Netflix Originals from the Netflix browse page.
File Size 44.66 KB
Installation Count 1,000
Current Version 2.4
Last Updated 2019-01-07
Publish Date 2019-01-07
Rating 2.76/5 Total 21 Ratings
Developer inniss.co
Email [email protected]
Payment Type free
Extension Website http://bradley.im
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Netflix Originals",
    "description": "Removes the massive pane of Netflix Originals from the Netflix browse page.",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/ManageProfiles"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}