NetFlix Categories and Moods

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

什么是NetFlix Categories and Moods?

NetFlix Categories and Moods是由apeacezalt开发的Chrome扩展程序,该扩展的主要功能是“More NetFlix Categories including moods ('this movies is...' categories)”。

扩展截图

screenshot
screenshot

下载NetFlix Categories and Moods扩展crx文件

下载NetFlix Categories and Moods扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 NetFlix Categories and Moods NetFlix Categories and Moods
ID nbfaehnepkmokkccolohaidnbkdfbeei
官方URL https://chromewebstore.google.com/detail/netflix-categories-and-mo/nbfaehnepkmokkccolohaidnbkdfbeei
简介 More NetFlix Categories including moods ('this movies is...' categories)
文件大小 45.55 KB
安装次数 99
当前版本 0.2.4
更新时间 2019-09-25
上架时间 2019-09-25
开发者 apeacezalt
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}