NetFlix Categories and Moods

More NetFlix Categories including moods ('this movies is...' categories)

Wat is NetFlix Categories and Moods?

NetFlix Categories and Moods is een Chrome-extensie ontwikkeld door apeacezalt, en de belangrijkste functie is "More NetFlix Categories including moods ('this movies is...' categories)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NetFlix Categories and Moods

Download NetFlix Categories and Moods-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        More NetFlix hidden Categories including moods ('this movies is...' categories)

(no longer update due to lacks of time and interest, sorry guys)

v0.2.2 1,971 categories
v0.2.3 2,943 categories
v0.2.4 typos fixed                    

Basisinformatie over de Extensie

Naam NetFlix Categories and Moods NetFlix Categories and Moods
ID nbfaehnepkmokkccolohaidnbkdfbeei
Officiële URL https://chromewebstore.google.com/detail/netflix-categories-and-mo/nbfaehnepkmokkccolohaidnbkdfbeei
Beschrijving More NetFlix Categories including moods ('this movies is...' categories)
Bestandsgrootte 45.55 KB
Aantal Installaties 99
Huidige Versie 0.2.4
Laatst Bijgewerkt 2019-09-25
Publicatiedatum 2019-09-25
Ontwikkelaar apeacezalt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetFlix Categories and Moods",
    "version": "0.2.4",
    "description": "More NetFlix Categories including moods ('this movies is...' categories)",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "NetFlix Categories and Moods",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'",
    "offline_enabled": true,
    "permissions": []
}