Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

Netflix Subtitle Optionsคืออะไร?

Netflix Subtitle Options เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Rodin และคุณลักษณะหลักของมันคือ "Netflix Subtitle Options - Improve the visibility of Netflix subtitles"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        It allows you to configure readable color, background color and font size.                    

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

ชื่อ Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
คำอธิบาย Netflix Subtitle Options - Improve the visibility of Netflix subtitles
ขนาดไฟล์ 9.9 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-11-14
วันที่เผยแพร่ 2017-11-14
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Alex Rodin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}