Watchtower by ucool (CB)
Send you in game notifications when you're away. Generate daily free gems!
Cos'è Watchtower by ucool (CB)?
Watchtower by ucool (CB) è un'estensione di Chrome sviluppata da http://cb.commandersofevony.com, e la sua funzione principale è "Send you in game notifications when you're away. Generate daily free gems!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watchtower by ucool (CB)
Scarica i file di estensione Watchtower by ucool (CB) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | aoffkllapalaegagmchoenhpnlkhojdo |
URL Ufficiale | https://chrome.google.com/webstore/detail/watchtower-by-ucool-cb/aoffkllapalaegagmchoenhpnlkhojdo |
Descrizione | Send you in game notifications when you're away. Generate daily free gems! |
Dimensione del File | 184 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.1.65 |
Ultimo Aggiornamento | 2014-03-17 |
Data di Pubblicazione | 2014-03-17 |
Valutazione | 3.18/5 Totale 227 Valutazioni |
Sviluppatore | http://cb.commandersofevony.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cb.commandersofevony.com |
URL della Pagina di Aiuto | http://forum.ucool.com |
Lingue Supportate | en |
manifest.json | |
{ "name": "Watchtower by ucool (CB)", "short_name": "Watchtower by ucool", "manifest_version": 2, "version": "1.1.65", "background": { "page": "closed_beta.html" }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "assets\/icons\/watchTower_128x128.png", "48": "assets\/icons\/watchTower_48x48.png", "16": "assets\/icons\/watchTower_16x16.png" }, "permissions": [ "notifications", "pushMessaging", "cookies", "webRequest", "storage", "*:\/\/*.ucool.com\/*", "*:\/\/*.commandersofevony.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.commandersofevony.com; object-src 'self' 'unsafe-eval' https:\/\/*.commandersofevony.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |