Gratis Gutscheine für Dich
Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.
Cos'è Gratis Gutscheine für Dich?
Gratis Gutscheine für Dich è un'estensione di Chrome sviluppata da http://www.sweetfunnycoool.com, e la sua funzione principale è "Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gratis Gutscheine für Dich
Scarica i file di estensione Gratis Gutscheine für Dich in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Spare Geld mit Gutscheinen! Wir haben Gutscheine für deine beliebtesten Online-Shops. Einfach Gutschein im Bezahlprozess deines Online-Shop eingeben und bis zu 30 % sparen! Mit dieser Erweiterung erhältst Du Gutscheine für deine Lieblings-Shops. Sobald Du deinen Lieblings-Shop besuchst, zeigen wir dir im oberen Bereich direkt den passenden Gutschein an. Das Beste: Wir zeigen Dir immer nur passende und gültige Gutscheine an! Alles was Du machen musst, ist diese Erweiterung mit einem Klick hinzufügen. Das geht innerhalb weniger Sekunden und ist kinderleicht!
Informazioni di Base sull'Estensione
Nome | |
ID | ojknklkdlagheimemghbhheblbalmeji |
URL Ufficiale | https://chrome.google.com/webstore/detail/gratis-gutscheine-f%C3%BCr-dic/ojknklkdlagheimemghbhheblbalmeji |
Descrizione | Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 223 |
Versione Corrente | 1.4.8 |
Ultimo Aggiornamento | 2014-07-24 |
Data di Pubblicazione | 2014-07-24 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | http://www.sweetfunnycoool.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gutscheine-fuer-dich.de/ |
URL della Pagina di Aiuto | http://gutscheine-fuer-dich.de/ |
Lingue Supportate | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gratis Gutscheine f\u00fcr Dich", "version": "1.4.8", "manifest_version": 2, "browser_action": { "default_icon": "img\/logo48px.png" }, "permissions": [ "webRequest", "http:\/\/www.gutscheindoktor.de\/", "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "background": { "scripts": [ "js\/application.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/utils.js", "js\/trigger.js", "js\/templateEngine.js", "js\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/*.png", "img\/*.gif", "css\/*.css", "templates\/*.html" ], "description": "Wir informieren Dich GRATIS \u00fcber verf\u00fcgbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.", "icons": { "16": "img\/logo16px.png", "48": "img\/logo48px.png", "64": "img\/logo64px.png" } } |