NetFlix Categories and Moods
More NetFlix Categories including moods ('this movies is...' categories)
What is NetFlix Categories and Moods?
NetFlix Categories and Moods is a Chrome extension developed by apeacezalt, and its main feature is "More NetFlix Categories including moods ('this movies is...' categories)".
Extension Screenshots
Download NetFlix Categories and Moods Extension CRX File
Download NetFlix Categories and Moods 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
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
Extension Basic Information
Name | NetFlix Categories and Moods |
ID | nbfaehnepkmokkccolohaidnbkdfbeei |
Official URL | https://chromewebstore.google.com/detail/netflix-categories-and-mo/nbfaehnepkmokkccolohaidnbkdfbeei |
Description | More NetFlix Categories including moods ('this movies is...' categories) |
File Size | 45.55 KB |
Installation Count | 99 |
Current Version | 0.2.4 |
Last Updated | 2019-09-25 |
Publish Date | 2019-09-25 |
Developer | apeacezalt |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |