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”。

擴展截圖

screenshot
screenshot

下載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 WTR for World of Warships Forum
ID coefaebieopmpodigidoloklnmgilheb
官方網址 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\/*"
    ]
}