FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
What is FreeShopper?
FreeShopper is a Chrome extension developed by fluentcodevs, and its main feature is "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".
Extension Screenshots
Download FreeShopper Extension CRX File
Download FreeShopper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
Official URL | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
Description | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
File Size | 89.82 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2017-06-15 |
Publish Date | 2017-06-14 |
Rating | 2.67/5 Total 3 Ratings |
Developer | fluentcodevs |
Payment Type | free |
Extension Website | http://www.samplesandsavings.com |
Supported Languages | 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" ] } |