NetFlix Categories and Moods

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

NetFlix Categories and Moodsคืออะไร?

NetFlix Categories and Moods เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apeacezalt และคุณลักษณะหลักของมันคือ "More NetFlix Categories including moods ('this movies is...' categories)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetFlix Categories and Moods

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}