FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Co je FreeShopper?
FreeShopper je rozšíření Chrome vyvinuté fluentcodevs, a jeho hlavní funkcí je „Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FreeShopper
Stáhněte si soubory rozšíření FreeShopper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
Oficiální URL | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
Popis | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
Velikost souboru | 89.82 KB |
Počet instalací | 17 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-06-15 |
Datum Vydání | 2017-06-14 |
Hodnocení | 2.67/5 Celkem 3 Hodnocení |
Vývojář | fluentcodevs |
Typ Platby | free |
Webové stránky Rozšíření | http://www.samplesandsavings.com |
Podporované Jazyky | 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" ] } |