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"
    }
}