Unsubtitle for Netflix

Remove forced Netflix subtitles.

Unsubtitle for Netflixคืออะไร?

Unsubtitle for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Duarte และคุณลักษณะหลักของมันคือ "Remove forced Netflix subtitles."

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

screenshot

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

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

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

                        The problem: Some shows on Netflix can’t have their subtitles turned off for some reason, but we think you should have the option to do that, so we created Unsubtitle.

The solution: Unsubtitle is a small extension that removes subtitles from any show on Netflix instantaneously. This is specially good for people studying foreign languages or those annoyed by the clutter it creates on the screen.

Safe: The extension doesn’t have access to anything in your Netflix account — it just changes the current screen that’s being rendered in your browser at the time you click the button. To turn subtitles back on, just click the icon again.                    

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

ชื่อ Unsubtitle for Netflix Unsubtitle for Netflix
ID fhallfieahekmidfbaeobbdiajlmapfg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unsubtitle-for-netflix/fhallfieahekmidfbaeobbdiajlmapfg
คำอธิบาย Remove forced Netflix subtitles.
ขนาดไฟล์ 41.6 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2015-05-12
วันที่เผยแพร่ 2015-05-12
คะแนน 4.88/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา Jonathan Duarte
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsubtitle for Netflix",
    "description": "Remove forced Netflix subtitles.",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Remove subtitles",
        "default_icon": "19.png"
    },
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}