CashMaxxx

Cashback made in Austria - Geld zurück beim Online Shopping

What is CashMaxxx?

CashMaxxx is a Chrome extension developed by BenefitWorld, and its main feature is "Cashback made in Austria - Geld zurück beim Online Shopping".

Extension Screenshots

screenshot
screenshot
screenshot

Download CashMaxxx Extension CRX File

Download CashMaxxx 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

                        Der CashMaxxx Cashback-Assistent von BenefitWorld zeigt Ihnen die besten Cashback-Tarife schon bei der Google-Suche an. Mit Klick auf „Cashback holen“ können Sie sich das Cashback für Ihren Kauf oder ihrer Buchung sofort holen.

Jetzt CashMaxxx aktivieren und nie wieder Cashback versäumen!                    

Extension Basic Information

Name CashMaxxx CashMaxxx
ID ndmagkpfolhjgfmpoimkicnfnkeebobn
Official URL https://chromewebstore.google.com/detail/cashmaxxx/ndmagkpfolhjgfmpoimkicnfnkeebobn
Description Cashback made in Austria - Geld zurück beim Online Shopping
File Size 158 KB
Installation Count 584
Current Version 1.2.0
Last Updated 2024-02-14
Publish Date 2020-01-09
Developer BenefitWorld
Email [email protected]
Payment Type free
Extension Website https://benefitworld.at/
Help Page URL https://benefitworld.at/de/kontakt
Privacy Policy Page URL https://benefitworld.at/de/datenschutz
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dropping Coconut KG",
    "name": "CashMaxxx",
    "version": "1.2.0",
    "description": "__MSG_extDescription__",
    "default_locale": "de",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ]
}