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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Viktor Borisov, και η κύρια λειτουργία του είναι "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WTR for World of Warships Forum
Λήψη αρχείων επέκτασης 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\/*" ] } |