Netflix Extended

Extended features for Netflix

Netflix Extendedคืออะไร?

Netflix Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tzach Ovadia และคุณลักษณะหลักของมันคือ "Extended features for Netflix"

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

screenshot
screenshot

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

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

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

                        Enhance your Netflix!
- Adds IMDB scores so you you don't have to Google it every time
- List items by score                    

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

ชื่อ Netflix Extended Netflix Extended
ID clmndacmaakbpdaiehdgpojangpcnhmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-extended/clmndacmaakbpdaiehdgpojangpcnhmk
คำอธิบาย Extended features for Netflix
ขนาดไฟล์ 10.07 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-05-16
วันที่เผยแพร่ 2019-05-16
ผู้พัฒนา Tzach Ovadia
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Extended",
    "short_name": "Nfx",
    "version": "1.0.0",
    "description": "Extended features for Netflix",
    "author": "Tzach Ovadia",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "utils\/modal.js",
                "utils\/cache-manager.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/nficon2016.png",
        "32": "images\/nficon2016.png",
        "48": "images\/nficon2016.png",
        "128": "images\/nficon2016.png"
    },
    "manifest_version": 2
}