Coinsup.com - new tasks notification module
CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Co to jest Coinsup.com - new tasks notification module?
Coinsup.com - new tasks notification module to rozszerzenie Chrome opracowane przez http://coinsup.com, a jego główną funkcją jest „CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!”.
Pobierz plik CRX rozszerzenia Coinsup.com - new tasks notification module
Pobierz pliki rozszerzeń Coinsup.com - new tasks notification module w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Oficjalny URL | https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Opis | CoinsUP.com - complete tasks to receive in-game virtual currency as a reward! |
Rozmiar pliku | 42.44 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2015-11-06 |
Data Publikacji | 2015-11-06 |
Ocena | 4.25/5 Łącznie 44 Oceny |
Deweloper | http://coinsup.com |
Typ Płatności | free |
Strona Rozszerzenia | http://coinsup.com |
Adres URL Strony Pomocy | https://coinsup.com/ru/faq/ |
Obsługiwane Języki | 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 } } |