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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}