Esportal Enhancer
Better experience plugin for esportal
Esportal Enhancerとは何ですか?
Esportal EnhancerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Better experience plugin for esportal」です。
拡張機能のスクリーンショット
Esportal Enhancer拡張機能のCRXファイルをダウンロード
Esportal Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Esportal Enhancer. Auto-accept matches, Player-stats over the last 10 games and better user experience. 拡張機能の基本情報
| 名前 | |
| ID | olmfkdaefegfpkolccopfmohncemakcj |
| 公式URL | https://chromewebstore.google.com/detail/esportal-enhancer/olmfkdaefegfpkolccopfmohncemakcj |
| 説明 | Better experience plugin for esportal |
| ファイルサイズ | 179 KB |
| インストール数 | 2,998 |
| 現在のバージョン | 0.1.8 |
| 最終更新日 | 2020-04-25 |
| 公開日 | 2020-04-25 |
| 評価 | 2.69/5 合計 13 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Esportal Enhancer",
"version": "0.1.8",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_popup": "src\/page_action\/page_action.html"
},
"description": "Better experience plugin for esportal",
"options_page": "src\/options_custom\/index.html",
"content_scripts": [
{
"css": [
"css\/styles.css"
],
"run_at": "document_start",
"js": [
"jquery.min.js",
"src\/inject\/autoclicker.js",
"src\/inject\/teamcolors.js",
"src\/inject\/content.js"
],
"matches": [
"https:\/\/esportal.com\/*",
"https:\/\/esportal.com\/match\/???",
"https:\/\/esportal.se\/*"
]
}
]
} | |