Watchtower by ucool
Send you in game notifications when you're away. Generate daily free gems!
什么是Watchtower by ucool?
Watchtower by ucool是由http://www.commandersofevony.com开发的Chrome扩展程序,该扩展的主要功能是“Send you in game notifications when you're away. Generate daily free gems!”。
扩展截图
下载Watchtower by ucool扩展crx文件
下载Watchtower by ucool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | jomaapgapklkcffkahjmeceoldngihae |
官方URL | https://chrome.google.com/webstore/detail/watchtower-by-ucool/jomaapgapklkcffkahjmeceoldngihae |
简介 | Send you in game notifications when you're away. Generate daily free gems! |
文件大小 | 184 KB |
安装次数 | 838 |
当前版本 | 1.1.64 |
更新时间 | 2014-06-19 |
上架时间 | 2014-06-19 |
评分 | 2.87/5 共169次评分 |
开发者 | http://www.commandersofevony.com |
付费类型 | free |
扩展官网 | http://www.commandersofevony.com |
帮助页面URL | http://forum.ucool.com |
支持的语言 | 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" } |