FreeShopper

Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!

FreeShopperとは何ですか?

FreeShopperはfluentcodevsによって開発されたChromeの拡張機能で、その主な機能は「Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!」です。

拡張機能のスクリーンショット

screenshot
screenshot

FreeShopper拡張機能のCRXファイルをダウンロード

FreeShopper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!                    

拡張機能の基本情報

名前 FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
公式URL https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
説明 Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
ファイルサイズ 89.82 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2017-06-15
公開日 2017-06-14
評価 2.67/5 合計 3 レビュー
開発者 fluentcodevs
支払い方法 free
拡張機能のウェブサイト http://www.samplesandsavings.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreeShopper",
    "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FreeShopper"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "handler.js",
                "relevancy.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "management",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png",
        "rewards.json"
    ]
}