Sparissimo Cashback

Free Cashback Social Network Community.

Wat is Sparissimo Cashback?

Sparissimo Cashback is een Chrome-extensie ontwikkeld door sparissimoltd, en de belangrijkste functie is "Free Cashback Social Network Community.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sparissimo Cashback

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

                        Sparissimo World it`s a free cashback social network community with online and regional shops and Food Delivery and Take Away Services.                    

Basisinformatie over de Extensie

Naam Sparissimo Cashback Sparissimo Cashback
ID haamnnacelfmiglhokhggnbhecdffoid
Officiële URL https://chromewebstore.google.com/detail/sparissimo-cashback/haamnnacelfmiglhokhggnbhecdffoid
Beschrijving Free Cashback Social Network Community.
Bestandsgrootte 996 KB
Aantal Installaties 80
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-12-08
Publicatiedatum 2022-07-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sparissimoltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sparissimoworld.com
Help Pagina-URL https://sparissimoworld.com/en/contact-us
URL van de Privacybeleid Pagina https://sparissimoworld.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Free Cashback Social Network Community.",
    "version": "0.0.3",
    "manifest_version": 3,
    "short_name": "Sparissimo Cashback",
    "name": "Sparissimo Cashback",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectTripInfoScript.js",
                "*.css",
                "icon128.png",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}