NetFlix Categories and Moods

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

NetFlix Categories and Moods là gì?

NetFlix Categories and Moods là một tiện ích mở rộng Chrome được phát triển bởi apeacezalt, và tính năng chính của nó là "More NetFlix Categories including moods ('this movies is...' categories)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetFlix Categories and Moods

Tải xuống các tệp mở rộng NetFlix Categories and Moods dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetFlix Categories and Moods NetFlix Categories and Moods
ID nbfaehnepkmokkccolohaidnbkdfbeei
URL Chính Thức https://chromewebstore.google.com/detail/netflix-categories-and-mo/nbfaehnepkmokkccolohaidnbkdfbeei
Mô tả More NetFlix Categories including moods ('this movies is...' categories)
Kích Thước Tệp 45.55 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2019-09-25
Ngày Phát Hành 2019-09-25
Nhà Phát Triển apeacezalt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}