Hulu Contrast

This extension will improve readability on the new Hulu website

Hulu Contrastคืออะไร?

Hulu Contrast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย voodoogiant และคุณลักษณะหลักของมันคือ "This extension will improve readability on the new Hulu website"

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

screenshot

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

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

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

                        This is a simple extension that adds some styling to the new Hulu website, which makes text more readable by using text shadow and darker backgrounds.                    

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

ชื่อ Hulu Contrast Hulu Contrast
ID ekkeldiiibmhgkcdnibefefignhaoibb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb
คำอธิบาย This extension will improve readability on the new Hulu website
ขนาดไฟล์ 4.1 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-05-18
วันที่เผยแพร่ 2018-05-18
ผู้พัฒนา voodoogiant
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu Contrast",
    "description": "This extension will improve readability on the new Hulu website",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "hulu_contrast.css"
            ],
            "js": [
                "hulu_contrast.js"
            ],
            "matches": [
                "https:\/\/beta.hulu.com\/*",
                "https:\/\/new.hulu.com\/*"
            ]
        }
    ]
}