Teamliquid.net - Dark Theme
Enjoy the #1 eSport News website in the World in a dark design.
Teamliquid.net - Dark Themeとは何ですか?
Teamliquid.net - Dark ThemeはDaniel Santanaによって開発されたChromeの拡張機能で、その主な機能は「Enjoy the #1 eSport News website in the World in a dark design.」です。
拡張機能のスクリーンショット
Teamliquid.net - Dark Theme拡張機能のCRXファイルをダウンロード
Teamliquid.net - Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enjoy Teamliquid site in a dark design.
拡張機能の基本情報
名前 | |
ID | bnpiagodjgolginbnnifaehdkbmmfnhn |
公式URL | https://chromewebstore.google.com/detail/teamliquidnet-dark-theme/bnpiagodjgolginbnnifaehdkbmmfnhn |
説明 | Enjoy the #1 eSport News website in the World in a dark design. |
ファイルサイズ | 53.08 KB |
インストール数 | 31 |
現在のバージョン | 2.0 |
最終更新日 | 2018-11-07 |
公開日 | 2018-11-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Daniel Santana |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Enjoy the #1 eSport News website in the World in a dark design.", "manifest_version": 2, "name": "Teamliquid.net - Dark Theme", "version": "2.0", "short_name": "Teamliquid.net - Dark Theme", "icons": { "128": "e.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.teamliquid.net\/*" ], "css": [ "estilos.css" ] } ] } |