Sparissimo Cashback

Free Cashback Social Network Community.

What is Sparissimo Cashback?

Sparissimo Cashback is a Chrome extension developed by sparissimoltd, and its main feature is "Free Cashback Social Network Community.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sparissimo Cashback Extension CRX File

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

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

Extension Basic Information

Name Sparissimo Cashback Sparissimo Cashback
ID haamnnacelfmiglhokhggnbhecdffoid
Official URL https://chromewebstore.google.com/detail/sparissimo-cashback/haamnnacelfmiglhokhggnbhecdffoid
Description Free Cashback Social Network Community.
File Size 996 KB
Installation Count 80
Current Version 0.0.3
Last Updated 2023-12-08
Publish Date 2022-07-17
Rating 5.00/5 Total 2 Ratings
Developer sparissimoltd
Email [email protected]
Payment Type free
Extension Website https://sparissimoworld.com
Help Page URL https://sparissimoworld.com/en/contact-us
Privacy Policy Page URL https://sparissimoworld.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}