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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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