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
官方網址 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": []
}