Goodie Cashback

Get cashback for online shopping with Goodie

Was ist Goodie Cashback?

Goodie Cashback ist eine Chrome-Erweiterung, die von goodie-developer entwickelt wurde, und ihr Hauptmerkmal ist "Get cashback for online shopping with Goodie".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Goodie Cashback-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goodie Cashback-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Goodie Cashback Goodie Cashback
ID mafkccpgpmndaocnipiaeeebmkgipkap
Offizielle URL https://chromewebstore.google.com/detail/goodie-cashback/mafkccpgpmndaocnipiaeeebmkgipkap
Beschreibung Get cashback for online shopping with Goodie
Dateigröße 317 KB
Installationsanzahl 5,283
Aktuelle Version 0.0.17
Letztes Update 2023-12-19
Veröffentlichungsdatum 2023-11-29
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler goodie-developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://goodie.pl
Hilfeseite URL https://goodie.pl/kontakt
URL der Datenschutzrichtlinien-Seite https://goodie.pl/ochrona-danych
Unterstützte Sprachen 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": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "cookies",
        "alarms"
    ]
}