FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Wat is FreeShopper?
FreeShopper is een Chrome-extensie ontwikkeld door fluentcodevs, en de belangrijkste functie is "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".
Extensie Screenshots
Download het CRX-bestand van de extensie FreeShopper
Download FreeShopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
Officiële URL | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
Beschrijving | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
Bestandsgrootte | 89.82 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-06-15 |
Publicatiedatum | 2017-06-14 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | fluentcodevs |
Betalingswijze | free |
Extensiewebsite | http://www.samplesandsavings.com |
Ondersteunde Talen | 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" ] } |