Netflix Subtitles Customizer

Ever got annoyed with netflix lack of subtitle options? This extension is for you.

Netflix Subtitles Customizerคืออะไร?

Netflix Subtitles Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kwiniarski97 และคุณลักษณะหลักของมันคือ "Ever got annoyed with netflix lack of subtitle options? This extension is for you."

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

screenshot

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

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

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

                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                    

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

ชื่อ Netflix Subtitles Customizer Netflix Subtitles Customizer
ID dfdonoicdcghnjdleacdfjkgpbdmmjnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn
คำอธิบาย Ever got annoyed with netflix lack of subtitle options? This extension is for you.
ขนาดไฟล์ 29.16 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-09
วันที่เผยแพร่ 2018-10-09
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kwiniarski97
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/kwiniarski97/netflix-sub-customizer
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
}