FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
Qu'est-ce que FreeShopper ?
FreeShopper est une extension Chrome développée par fluentcodevs, et sa fonction principale est "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FreeShopper
Téléchargez les fichiers d'extension FreeShopper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
URL Officiel | 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! |
Taille du Fichier | 89.82 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-06-15 |
Date de Publication | 2017-06-14 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | fluentcodevs |
Type de Paiement | free |
Site Web de l'Extension | http://www.samplesandsavings.com |
Langues Prises en Charge | 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" ] } |