Netflix Enhanced

Extension to enhance your Netflix experience

Netflix Enhancedคืออะไร?

Netflix Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T.A.E Developers และคุณลักษณะหลักของมันคือ "Extension to enhance your Netflix experience"

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

screenshot
screenshot

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

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

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

                        An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more.
Options available to enable and disable features as desired.

Disclaimer:

NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..                    

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

ชื่อ Netflix Enhanced Netflix Enhanced
ID gepdfpfaoconabdpgaaklcmgbagbponn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn
คำอธิบาย Extension to enhance your Netflix experience
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-05-31
วันที่เผยแพร่ 2020-05-30
ผู้พัฒนา T.A.E Developers
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Enhanced",
    "version": "0.0.6",
    "description": "Extension to enhance your Netflix experience",
    "icons": {
        "128": "images\/icons128.png",
        "48": "images\/icons48.png",
        "16": "images\/icons16.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scripts\/global.js",
                "scripts\/variables.js",
                "scripts\/content.js",
                "scripts\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.netflix.com\/*",
        "storage"
    ]
}