FreeShopper

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

Apa itu FreeShopper?

FreeShopper adalah ekstensi Chrome yang dikembangkan oleh fluentcodevs, dan fitur utamanya adalah "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FreeShopper

Unduh file ekstensi FreeShopper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
URL Resmi https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
Deskripsi Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Ukuran File 89.82 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-06-15
Tanggal Publikasi 2017-06-14
Penilaian 2.67/5 Total 3 Penilaian
Pengembang fluentcodevs
Tipe Pembayaran free
Situs Ekstensi http://www.samplesandsavings.com
Bahasa yang Didukung 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"
    ]
}