Watchtower by ucool
Send you in game notifications when you're away. Generate daily free gems!
What is Watchtower by ucool?
Watchtower by ucool is a Chrome extension developed by http://www.commandersofevony.com, and its main feature is "Send you in game notifications when you're away. Generate daily free gems!".
Extension Screenshots
Download Watchtower by ucool Extension CRX File
Download Watchtower by ucool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jomaapgapklkcffkahjmeceoldngihae |
Official URL | https://chrome.google.com/webstore/detail/watchtower-by-ucool/jomaapgapklkcffkahjmeceoldngihae |
Description | Send you in game notifications when you're away. Generate daily free gems! |
File Size | 184 KB |
Installation Count | 838 |
Current Version | 1.1.64 |
Last Updated | 2014-06-19 |
Publish Date | 2014-06-19 |
Rating | 2.87/5 Total 169 Ratings |
Developer | http://www.commandersofevony.com |
Payment Type | free |
Extension Website | http://www.commandersofevony.com |
Help Page URL | http://forum.ucool.com |
Supported Languages | en |
manifest.json | |
{ "name": "Watchtower by ucool", "short_name": "Watchtower by ucool", "manifest_version": 2, "version": "1.1.64", "background": { "page": "production.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" } |