Coinsup.com - new tasks notification module
CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
O que é Coinsup.com - new tasks notification module?
Coinsup.com - new tasks notification module é uma extensão do Chrome desenvolvida por http://coinsup.com, e sua principal característica é "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".
Baixar o arquivo CRX da Extensão Coinsup.com - new tasks notification module
Baixe arquivos de extensão Coinsup.com - new tasks notification module no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ijlobbnpelgakcnkjmeghcpjbgogfhpf |
URL Oficial | https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Descrição | CoinsUP.com - complete tasks to receive in-game virtual currency as a reward! |
Tamanho do Arquivo | 42.44 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.1 |
Última Atualização | 2015-11-06 |
Data de Publicação | 2015-11-06 |
Classificação | 4.25/5 Total de 44 Avaliações |
Desenvolvedor | http://coinsup.com |
Tipo de Pagamento | free |
Site da Extensão | http://coinsup.com |
URL da Página de Ajuda | https://coinsup.com/ru/faq/ |
Idiomas Suportados | 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 } } |