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是由http://coinsup.com开发的Chrome扩展程序,该扩展的主要功能是“CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!”。

下载Coinsup.com - new tasks notification module扩展crx文件

下载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.                    

扩展基本信息

名称 Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
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
    }
}