Coinsup.com - new tasks notification module
CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Что такое Coinsup.com - new tasks notification module?
Coinsup.com - new tasks notification module - это расширение Chrome, разработанное http://coinsup.com, и его основная функция - "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".
Скачать файл CRX расширения Coinsup.com - new tasks notification module
Скачайте файлы расширений Coinsup.com - new tasks notification module в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This browser extenstion is used for notification about new offers and tasks suitable to user who installed it. To start using is, please press the screen button. After installaion the icon with letters "UP" will appear in top right corner of the browser. This icon will contain the number of new tasks that wasn't previously seen by the user. Click on this icon will show up the ConinsUP.com tasks page.
Основная информация о расширении
Название | |
ID | ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Официальный URL | https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Описание | CoinsUP.com - complete tasks to receive in-game virtual currency as a reward! |
Размер файла | 42.44 KB |
Количество установок | 1,000 |
Текущая Версия | 2.1 |
Последнее Обновление | 2015-11-06 |
Дата публикации | 2015-11-06 |
Рейтинг | 4.25/5 Всего 44 оценок |
Разработчик | http://coinsup.com |
Тип оплаты | free |
Официальный сайт расширения | http://coinsup.com |
URL страницы помощи | https://coinsup.com/ru/faq/ |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "alarms", "cookies", "*:\/\/*.coinsup.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-1.7.1.min.js", "background.js" ], "persistent": true } } |