Hulu Contrast
This extension will improve readability on the new Hulu website
什麼是Hulu Contrast?
Hulu Contrast是由voodoogiant開發的Chrome擴展程式,該擴展的主要功能是“This extension will improve readability on the new Hulu website”。
擴展截圖
下載Hulu Contrast擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | ekkeldiiibmhgkcdnibefefignhaoibb |
官方網址 | 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\/*" ] } ] } |