UPmoney Cashback

Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!

What is UPmoney Cashback?

UPmoney Cashback is a Chrome extension developed by http://upmoney.it, and its main feature is "Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!".

Extension Screenshots

screenshot

Download UPmoney Cashback Extension CRX File

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

                        Estensione che ti notifica la presenza di un negozio attivo su UPmoney.it.
UPmoney è il primo portale italiano di cashback che ti paga quando fai shopping online o altre attività.                    

Extension Basic Information

Name UPmoney Cashback UPmoney Cashback
ID mjfffgjipapacdegkkgmddpihcilancj
Official URL https://chrome.google.com/webstore/detail/upmoney-cashback/mjfffgjipapacdegkkgmddpihcilancj
Description Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!
File Size 67.43 KB
Installation Count 866
Current Version 1.3
Last Updated 2020-09-17
Publish Date 2020-08-05
Rating 4.63/5 Total 259 Ratings
Developer http://upmoney.it
Email [email protected]
Payment Type free
Extension Website https://upmoney.it
Help Page URL https://upmoney.it/Home/Contatti
Privacy Policy Page URL https://upmoney.it/Home/Privacy
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UPmoney Cashback",
    "version": "1.3",
    "browser_action": {
        "default_title": "UPmoney Cashback"
    },
    "description": "Ricevi una notifica quando il sito che stai navigando \u00e8 presente su UPmoney.it e non perderti nemmeno un cashback!",
    "icons": {
        "16": "img\/upmoney-16.png",
        "19": "img\/upmoney-19.png",
        "32": "img\/upmoney-32.png",
        "38": "img\/upmoney-38.png",
        "48": "img\/upmoney-48.png",
        "128": "img\/upmoney-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "content.js",
            "backbash.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js",
                "background.js"
            ]
        }
    ]
}