Netflix Unsubtitler

Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…

Netflix Unsubtitlerคืออะไร?

Netflix Unsubtitler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guilherme D และคุณลักษณะหลักของมันคือ "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Unsubtitler

ดาวน์โหลดไฟล์ส่วนขยาย Netflix Unsubtitler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
คำอธิบาย Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
ขนาดไฟล์ 11.82 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2013-09-05
วันที่เผยแพร่ 2013-09-05
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Guilherme D
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.akam.nflximg.com\/soa2\/*"
    ],
    "background": {
        "scripts": [
            "unsubtitler.js"
        ]
    }
}