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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |