Goodie Cashback

Get cashback for online shopping with Goodie

What is Goodie Cashback?

Goodie Cashback is a Chrome extension developed by goodie-developer, and its main feature is "Get cashback for online shopping with Goodie".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Goodie Cashback Extension CRX File

Download Goodie Cashback 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

                        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!                    

Extension Basic Information

Name Goodie Cashback Goodie Cashback
ID mafkccpgpmndaocnipiaeeebmkgipkap
Official URL https://chromewebstore.google.com/detail/goodie-cashback/mafkccpgpmndaocnipiaeeebmkgipkap
Description Get cashback for online shopping with Goodie
File Size 317 KB
Installation Count 5,283
Current Version 0.0.17
Last Updated 2023-12-19
Publish Date 2023-11-29
Rating 2.60/5 Total 5 Ratings
Developer goodie-developer
Email [email protected]
Payment Type free
Extension Website https://goodie.pl
Help Page URL https://goodie.pl/kontakt
Privacy Policy Page URL https://goodie.pl/ochrona-danych
Supported Languages 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"
    ]
}