Les Bons Achats - Offres Shopping
Les Bons Achats - Offres Shopping
What is Les Bons Achats - Offres Shopping?
Les Bons Achats - Offres Shopping is a Chrome extension developed by http://www.bonsachats.com, and its main feature is "Les Bons Achats - Offres Shopping".
Extension Screenshots
Download Les Bons Achats - Offres Shopping Extension CRX File
Download Les Bons Achats - Offres Shopping 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
L'extension "Les Bons Achats" vous redirige vers des produits affiliés et ouvre des fenêtres de sites marchands pour vous aider à trouver les meilleurs achats sur Internet. Vous trouverez facilement les bons plans pour faciliter vos achats en ligne.
Extension Basic Information
Name | |
ID | ccagdbjfjleeecjhnhgalggdhehpbajm |
Official URL | https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm |
Description | Les Bons Achats - Offres Shopping |
File Size | 60.76 KB |
Installation Count | 441 |
Current Version | 1.0.0 |
Last Updated | 2016-12-27 |
Publish Date | 2016-12-27 |
Rating | 4.20/5 Total 5 Ratings |
Developer | http://www.bonsachats.com |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "background": { "scripts": [ "\/js\/OngletWatcher.js", "\/js\/BackendManager.js", "\/js\/URI.min.js", "\/js\/jquery.min.js", "\/js\/background.js" ] }, "description": "Les Bons Achats - Offres Shopping", "icons": { "24": "\/img\/logo-24.png", "128": "\/img\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "manifest_version": 2, "name": "Les Bons Achats - Offres Shopping", "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |