No Netflix Originals

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

Vad är No Netflix Originals?

No Netflix Originals är en Chrome-tillägg utvecklad av inniss.co, och dess huvudfunktion är "Removes the massive pane of Netflix Originals from the Netflix browse page.".

Tilläggsskärmbilder

screenshot

Ladda ner No Netflix Originals-förlängningens CRX-fil

Ladda ner No Netflix Originals-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

                                            

Grundläggande Information om Tillägg

Namn No Netflix Originals No Netflix Originals
ID nganikhoddkhhckmoejladbndgngnlcg
Officiell webbadress https://chrome.google.com/webstore/detail/no-netflix-originals/nganikhoddkhhckmoejladbndgngnlcg
Beskrivning Removes the massive pane of Netflix Originals from the Netflix browse page.
Filstorlek 44.66 KB
Antal Installationer 1,000
Aktuell Version 2.4
Senast Uppdaterad 2019-01-07
Publiceringsdatum 2019-01-07
Betyg 2.76/5 Totalt 21 Betyg
Utvecklare inniss.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bradley.im
Stödda Språk 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
}