Esportal Pro
Enhances the experience on esportal.com
Esportal Proとは何ですか?
Esportal ProはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Enhances the experience on esportal.com」です。
拡張機能のスクリーンショット
Esportal Pro拡張機能のCRXファイルをダウンロード
Esportal Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features included are currently the following - Hide live stream More features and improvements will be added continuously as the development goes further. If you have any questions or suggestions on how to improve this extension, then don't hesitate to contact me.
拡張機能の基本情報
名前 | Esportal Pro |
ID | canfhblhenpejbnnkmlppkkacnjafpma |
公式URL | https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma |
説明 | Enhances the experience on esportal.com |
ファイルサイズ | 50.36 KB |
インストール数 | 83 |
現在のバージョン | 0.0.0.8 beta |
最終更新日 | 2022-04-27 |
公開日 | 2021-10-31 |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esportal Pro", "description": "Enhances the experience on esportal.com", "version": "0.0.0.8", "version_name": "0.0.0.8 beta", "manifest_version": 3, "content_scripts": [ { "js": [ "main.js", "functions.js" ], "matches": [ "https:\/\/esportal.com\/*" ] } ], "icons": { "128": "images\/ep_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/spinner.gif" ], "matches": [ "https:\/\/esportal.com\/*" ] } ] } |