Watchtower by ucool
Send you in game notifications when you're away. Generate daily free gems!
Что такое Watchtower by ucool?
Watchtower by ucool - это расширение Chrome, разработанное http://www.commandersofevony.com, и его основная функция - "Send you in game notifications when you're away. Generate daily free gems!".
Снимки экрана расширения
Скачать файл CRX расширения Watchtower by ucool
Скачайте файлы расширений 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" } |