CCW Cashback Add-on

CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.

什么是CCW Cashback Add-on?

CCW Cashback Add-on是由https://ccwcashback.com开发的Chrome扩展程序,该扩展的主要功能是“CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.”。

扩展截图

screenshot

下载CCW Cashback Add-on扩展crx文件

下载CCW Cashback Add-on扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The new CCW CashBack Add-on notifies you and gives you access to real cash back while shopping in over 3500 online brand names stores. By inviting your friends to our site, you will receive a lifetime 10% referral friends cashback bonus on all their shopping. 

When was the last time you recommended or talked about a product or service to a friend? Everyone does this every single day without getting any rewards for doing it. Join the shopping revolution free today and install the CashBack Add-On.                    

扩展基本信息

名称 CCW Cashback Add-on CCW Cashback Add-on
ID epiifpbanghlabnhngihjibllankacno
官方URL https://chromewebstore.google.com/detail/ccw-cashback-add-on/epiifpbanghlabnhngihjibllankacno
简介 CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.
文件大小 551 KB
安装次数 308
当前版本 2.2.0
更新时间 2018-12-27
上架时间 2018-12-23
评分 4.67/5 共3次评分
开发者 https://ccwcashback.com
付费类型 free
扩展官网 https://ccwcashback.com
帮助页面URL https://www.ccwcashback.com/in-en/page/support
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CCW Cashback Add-on",
    "version": "2.2.0",
    "description": "CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.",
    "homepage_url": "https:\/\/www.ccwcashback.com",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.min.js",
                "js\/libs\/handlebars.runtime-v1.3.0.js",
                "js\/libs\/underscore.min.js",
                "js\/libs\/backbone.min.js",
                "js\/libs\/handlebars.helpers.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/bulgarian_text.js",
                "js\/content\/localization\/chinese_text.js",
                "js\/content\/localization\/german_texts.js",
                "js\/content\/localization\/hungarian_texts.js",
                "js\/content\/localization\/italian_texts.js",
                "js\/content\/localization\/portugese_texts.js",
                "js\/content\/localization\/romanian_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/localization\/english_texts.js",
                "js\/content\/templates.js",
                "js\/content\/style.js",
                "js\/content\/slider.js",
                "js\/content\/serp.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/18x18.png",
        "default_title": "CCWCashback"
    },
    "icons": {
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}