Gooding Toolbar
Gooding Toolbar
What is Gooding Toolbar?
Gooding Toolbar is a Chrome extension developed by https://www.gooding.de, and its main feature is "Gooding Toolbar".
Extension Screenshots
Download Gooding Toolbar Extension CRX File
Download Gooding Toolbar 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
Gooding unterstützt gemeinnützige Organisationen in Deutschland: Mehr als 12.000 Projekte & Vereine erhalten finanzielle Unterstützung durch eure Online-Einkäufe. Das funktioniert ganz einfach und ohne Mehrkosten für dich: Verein auswählen und in einem von bereits mehr als 1.800 Online Shops einkaufen. Du bezahlst dabei keinen Cent mehr und ein Teil des Einkaufspreises unterstützt automatisch gemeinnützige Zwecke in Deutschland. Mit unserer Toolbar machen wir es dir dabei sogar noch einfacher: Toolbar installieren und wie gewohnt einkaufen, die Toolbar erinnert automatisch ans Unterstützen. Macht mit - euer Beitrag zählt.
Extension Basic Information
Name | Gooding Toolbar |
ID | jhibelddaofbklhnjcpcmgpnnccanfad |
Official URL | https://chromewebstore.google.com/detail/gooding-toolbar/jhibelddaofbklhnjcpcmgpnnccanfad |
Description | Gooding Toolbar |
File Size | 316 KB |
Installation Count | 4,000 |
Current Version | 2.1.0 |
Last Updated | 2021-02-26 |
Publish Date | 2020-02-07 |
Rating | 3.88/5 Total 8 Ratings |
Developer | https://www.gooding.de |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gooding.de/toolbar |
Help Page URL | https://www.gooding.de/faq |
Privacy Policy Page URL | https://www.gooding.de/agb-und-datenschutz |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Gooding Toolbar", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "css\/iframe.css", "css\/toolbar.css", "tpl\/iframe.html", "tpl\/settings.html", "tpl\/url-merken-msg.html", "tpl\/toolbar-default.html", "tpl\/toolbar-error.html", "tpl\/toolbar-nopartner.html", "tpl\/toolbar-noproject.html", "tpl\/toolbar-partner.html", "tpl\/toolbar-amazon-active.html", "tpl\/toolbar-amazon-productsearch.html", "tpl\/toolbar-zalando-active.html", "tpl\/toolbar-zalando-productsearch.html", "tpl\/toolbar-partner-active.html", "img\/collapse.png", "img\/zahnrad.png", "img\/aktiv.png", "img\/ausblenden.png", "img\/ausblenden-hover.png", "img\/button.png", "img\/button_hover.png", "img\/icon_browser_action.png", "img\/icon_house.png", "img\/logo.png", "img\/logo-gooding-toolbar.png", "img\/organization-logo.png", "img\/productsearch.png", "img\/productsearch-hover.png", "img\/mode.png", "img\/mode-hover.png", "img\/productsearchandcompare.png", "img\/productsearchandcompare-hover.png", "js\/vendor\/jquery.js", "js\/vendor\/jquery.tmpl.js", "js\/classes\/gooding_toolbar.js" ], "description": "Gooding Toolbar", "background": { "page": "background.html" }, "homepage_url": "http:\/\/www.gooding.de\/", "version": "2.1.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/button.png", "default_title": "Gooding Toolbar" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |