Hotstar Dark Theme
Dark Theme for Hotstar
Hotstar Dark Themeとは何ですか?
Hotstar Dark Themeはdutiyeshによって開発されたChromeの拡張機能で、その主な機能は「Dark Theme for Hotstar」です。
拡張機能のスクリーンショット
Hotstar Dark Theme拡張機能のCRXファイルをダウンロード
Hotstar Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dark theme turns the light surfaces of Hotstar website dark, creating an experience ideal for night.
拡張機能の基本情報
名前 | Hotstar Dark Theme |
ID | ilfapohajbnogiilnbbejjhfbbgbplel |
公式URL | https://chromewebstore.google.com/detail/hotstar-dark-theme/ilfapohajbnogiilnbbejjhfbbgbplel |
説明 | Dark Theme for Hotstar |
ファイルサイズ | 58.17 KB |
インストール数 | 203 |
現在のバージョン | 0.3.0 |
最終更新日 | 2022-11-29 |
公開日 | 2019-11-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | dutiyesh |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hotstar Dark Theme", "version": "0.3.0", "description": "Dark Theme for Hotstar", "icons": { "128": "media\/icon.png" }, "permissions": [ "storage", "activeTab" ], "action": { "default_title": "Hotstar Dark Theme", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.hotstar.com\/*" ], "run_at": "document_end", "css": [ "content-script.css" ], "js": [ "content-script.js" ] } ], "background": { "service_worker": "background.js" } } |