WTR for World of Warships Forum
Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
WTR for World of Warships Forumとは何ですか?
WTR for World of Warships ForumはViktor Borisovによって開発されたChromeの拡張機能で、その主な機能は「Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player」です。
拡張機能のスクリーンショット
WTR for World of Warships Forum拡張機能のCRXファイルをダウンロード
WTR for World of Warships Forum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
拡張機能の基本情報
名前 | WTR for World of Warships Forum |
ID | coefaebieopmpodigidoloklnmgilheb |
公式URL | https://chromewebstore.google.com/detail/wtr-for-world-of-warships/coefaebieopmpodigidoloklnmgilheb |
説明 | Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player |
ファイルサイズ | 63.01 KB |
インストール数 | 106 |
現在のバージョン | 0.1.7 |
最終更新日 | 2019-08-23 |
公開日 | 2019-08-22 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Viktor Borisov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WTR for World of Warships Forum", "version": "0.1.7", "manifest_version": 2, "description": "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_popup": "background\/popup.html" }, "settings": { "remoteCache": "", "minimalCacheVersion": "0.0.10" }, "applications": { "gecko": { "id": "{1a8ac391-09a6-4526-b18c-55d84001791f}" } }, "content_scripts": [ { "matches": [ "*:\/\/*.forum.worldofwarships.ru\/topic\/*", "*:\/\/*.forum.worldofwarships.eu\/topic\/*", "*:\/\/*.forum.worldofwarships.com\/topic\/*", "*:\/\/*.forum.worldofwarships.asia\/topic\/*" ], "js": [ "js\/zepto.min.js", "content\/WTR.js", "content\/ProAlfa.js", "content\/content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "*:\/\/*.forum.worldofwarships.ru\/topic\/*", "*:\/\/*.forum.worldofwarships.eu\/topic\/*", "*:\/\/*.forum.worldofwarships.com\/topic\/*", "*:\/\/*.forum.worldofwarships.asia\/topic\/*", "*:\/\/*.warships.today\/*", "https:\/\/cors-anywhere.herokuapp.com\/*", "https:\/\/api.worldofwarships.ru\/wows\/*", "https:\/\/api.worldofwarships.eu\/wows\/*", "https:\/\/api.worldofwarships.com\/wows\/*", "https:\/\/api.worldofwarships.asia\/wows\/*" ] } |