Gratis Gutscheine für Dich
Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.
Co je Gratis Gutscheine für Dich?
Gratis Gutscheine für Dich je rozšíření Chrome vyvinuté http://www.sweetfunnycoool.com, a jeho hlavní funkcí je „Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gratis Gutscheine für Dich
Stáhněte si soubory rozšíření Gratis Gutscheine für Dich ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | ojknklkdlagheimemghbhheblbalmeji |
Oficiální URL | https://chrome.google.com/webstore/detail/gratis-gutscheine-f%C3%BCr-dic/ojknklkdlagheimemghbhheblbalmeji |
Popis | Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos. |
Velikost souboru | 123 KB |
Počet instalací | 223 |
Aktuální Verze | 1.4.8 |
Poslední Aktualizace | 2014-07-24 |
Datum Vydání | 2014-07-24 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | http://www.sweetfunnycoool.com |
Typ Platby | free |
Webové stránky Rozšíření | http://gutscheine-fuer-dich.de/ |
URL Stránky Nápovědy | http://gutscheine-fuer-dich.de/ |
Podporované Jazyky | 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" } } |