Netflix block synopsis spoiling

This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.

ما هو Netflix block synopsis spoiling؟

Netflix block synopsis spoiling هو إضافة Chrome تم تطويرها بواسطة Holger Kreis، والميزة الرئيسية لها هي "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.".

تحميل ملف CRX للإضافة Netflix block synopsis spoiling

قم بتنزيل ملفات الامتداد Netflix block synopsis spoiling بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you always try hard ignoring the next episodes synopses for not being spoiled, just enable this extension. An option setting is provided to show the teasers anyway.                    

معلومات أساسية عن التمديد

الاسم Netflix block synopsis spoiling Netflix block synopsis spoiling
ID gibbfeoglggnkdoagdgiibllignhoofo
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-block-synopsis-sp/gibbfeoglggnkdoagdgiibllignhoofo
الوصف This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.
حجم الملف 48.42 KB
عدد التثبيتات 15
النسخة الحالية 0.2
آخر تحديث 2015-12-31
تاريخ النشر 2015-12-31
تقييم 5.00/5 مجموع تقييمات 3
المطور Holger Kreis
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix block synopsis spoiling",
    "description": "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "hidesynopsis.js"
            ],
            "css": [
                "hidesynopsis.css"
            ]
        }
    ]
}