Coinsup.com - new tasks notification module

CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!

Co je Coinsup.com - new tasks notification module?

Coinsup.com - new tasks notification module je rozšíření Chrome vyvinuté http://coinsup.com, a jeho hlavní funkcí je „CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!“.

Stáhnout soubor CRX rozšíření Coinsup.com - new tasks notification module

Stáhněte si soubory rozšíření Coinsup.com - new tasks notification module ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
Oficiální URL https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Popis CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Velikost souboru 42.44 KB
Počet instalací 1,000
Aktuální Verze 2.1
Poslední Aktualizace 2015-11-06
Datum Vydání 2015-11-06
Hodnocení 4.25/5 Celkem 44 Hodnocení
Vývojář http://coinsup.com
Typ Platby free
Webové stránky Rozšíření http://coinsup.com
URL Stránky Nápovědy https://coinsup.com/ru/faq/
Podporované Jazyky 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
    }
}