ESEA Ranks
Shows ESEA Ranks
ESEA Ranksとは何ですか?
ESEA RanksはMeeohによって開発されたChromeの拡張機能で、その主な機能は「Shows ESEA Ranks」です。
拡張機能のスクリーンショット
ESEA Ranks拡張機能のCRXファイルをダウンロード
ESEA Ranks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows ESEA Ranks in stats match on the website. Automatically finds and places ranks next to names, no configuration needed! Now works with the new website rework (as of May 29th 2019)!
拡張機能の基本情報
名前 | ![]() |
ID | nkhpaimekjnlmflobdlkmakdcjomloeh |
公式URL | https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh |
説明 | Shows ESEA Ranks |
ファイルサイズ | 116 KB |
インストール数 | 1,000 |
現在のバージョン | 2.0 |
最終更新日 | 2020-08-04 |
公開日 | 2019-05-29 |
評価 | 4.10/5 合計 20 レビュー |
開発者 | Meeoh |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/meeoh/ESEA-Rank-Displayer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESEA Ranks", "description": "Shows ESEA Ranks", "version": "2.0", "background": { "scripts": [ "jquery-3.1.1.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.esea.net\/*" ], "js": [ "jquery-3.1.1.js", "content_script.js" ] } ], "browser_action": { "default_title": "ESEA Rank Displayer", "default_icon": "eseaIcon.jpg" }, "permissions": [ "webNavigation" ], "manifest_version": 2 } |