UPmoney Cashback

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

什么是UPmoney Cashback?

UPmoney Cashback是由http://upmoney.it开发的Chrome扩展程序,该扩展的主要功能是“Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!”。

扩展截图

screenshot

下载UPmoney Cashback扩展crx文件

下载UPmoney Cashback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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à.                    

扩展基本信息

名称 UPmoney Cashback UPmoney Cashback
ID mjfffgjipapacdegkkgmddpihcilancj
官方URL https://chrome.google.com/webstore/detail/upmoney-cashback/mjfffgjipapacdegkkgmddpihcilancj
简介 Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!
文件大小 67.43 KB
安装次数 866
当前版本 1.3
更新时间 2020-09-17
上架时间 2020-08-05
评分 4.63/5 共259次评分
开发者 http://upmoney.it
电子邮箱 [email protected]
付费类型 free
扩展官网 https://upmoney.it
帮助页面URL https://upmoney.it/Home/Contatti
隐私政策页面URL https://upmoney.it/Home/Privacy
支持的语言 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"
            ]
        }
    ]
}