Goodie Cashback
Get cashback for online shopping with Goodie
Wat is Goodie Cashback?
Goodie Cashback is een Chrome-extensie ontwikkeld door goodie-developer, en de belangrijkste functie is "Get cashback for online shopping with Goodie".
Extensie Screenshots
Download het CRX-bestand van de extensie Goodie Cashback
Download Goodie Cashback-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Goodie cashback plugin is the perfect solution for your online shopping. You will never forget about cashback. Install a safe plugin for free. It will automatically inform you about the availability of cashback during your shopping!
Basisinformatie over de Extensie
Naam | Goodie Cashback |
ID | mafkccpgpmndaocnipiaeeebmkgipkap |
Officiële URL | https://chromewebstore.google.com/detail/goodie-cashback/mafkccpgpmndaocnipiaeeebmkgipkap |
Beschrijving | Get cashback for online shopping with Goodie |
Bestandsgrootte | 317 KB |
Aantal Installaties | 5,283 |
Huidige Versie | 0.0.17 |
Laatst Bijgewerkt | 2023-12-19 |
Publicatiedatum | 2023-11-29 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | goodie-developer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://goodie.pl |
Help Pagina-URL | https://goodie.pl/kontakt |
URL van de Privacybeleid Pagina | https://goodie.pl/ochrona-danych |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goodie Cashback", "version": "0.0.17", "description": "Get cashback for online shopping with Goodie", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "minimum_chrome_version": "108.0", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "BrowserIcon128-neutral.png" }, "icons": { "16": "BrowserIcon16-neutral.png", "32": "BrowserIcon32-neutral.png", "48": "BrowserIcon48-neutral.png", "128": "BrowserIcon128-neutral.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyles.css" ], "all_frames": false } ], "host_permissions": [ " |