Les Bons Achats - Offres Shopping
Les Bons Achats - Offres Shopping
Co to jest Les Bons Achats - Offres Shopping?
Les Bons Achats - Offres Shopping to rozszerzenie Chrome opracowane przez http://www.bonsachats.com, a jego główną funkcją jest „Les Bons Achats - Offres Shopping”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Les Bons Achats - Offres Shopping
Pobierz pliki rozszerzeń Les Bons Achats - Offres Shopping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccagdbjfjleeecjhnhgalggdhehpbajm |
Oficjalny URL | https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm |
Opis | Les Bons Achats - Offres Shopping |
Rozmiar pliku | 60.76 KB |
Liczba instalacji | 441 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-12-27 |
Data Publikacji | 2016-12-27 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | http://www.bonsachats.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |