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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WTR for World of Warships Forum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}