Social Money

Check Social Media campaigns for SocialMoney website

什么是Social Money?

Social Money是由socialmoneyreal开发的Chrome扩展程序,该扩展的主要功能是“Check Social Media campaigns for SocialMoney website”。

扩展截图

screenshot
screenshot
screenshot

下载Social Money扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Social Money Social Money
ID eafnacfgjlmnmcimifeigjhpnhkhfjci
官方URL https://chrome.google.com/webstore/detail/social-money/eafnacfgjlmnmcimifeigjhpnhkhfjci
简介 Check Social Media campaigns for SocialMoney website
文件大小 254 KB
安装次数 22
当前版本 1.1.1
更新时间 2022-03-30
上架时间 2022-03-14
评分 5.00/5 共2次评分
开发者 socialmoneyreal
电子邮箱 [email protected]
付费类型 free
扩展官网 https://socialmoney.it
帮助页面URL https://socialmoney.it/faq
隐私政策页面URL https://socialmoney.it/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Money",
    "description": "Check Social Media campaigns for SocialMoney website",
    "version": "1.1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Social Money"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "scripting"
    ],
    "background": {
        "service_worker": "gift_confirm.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/socialmoney.it\/*"
            ],
            "js": [
                "request_card.js",
                "snappy_lib.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/socialmoney.it\/*",
        ""
    ]
}