Social Money

Check Social Media campaigns for SocialMoney website

Social Money là gì?

Social Money là một tiện ích mở rộng Chrome được phát triển bởi socialmoneyreal, và tính năng chính của nó là "Check Social Media campaigns for SocialMoney website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Money

Tải xuống các tệp mở rộng Social Money dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Money Social Money
ID eafnacfgjlmnmcimifeigjhpnhkhfjci
URL Chính Thức https://chrome.google.com/webstore/detail/social-money/eafnacfgjlmnmcimifeigjhpnhkhfjci
Mô tả Check Social Media campaigns for SocialMoney website
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-03-30
Ngày Phát Hành 2022-03-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển socialmoneyreal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialmoney.it
URL Trang Trợ Giúp https://socialmoney.it/faq
URL Trang Chính Sách Bảo Mật https://socialmoney.it/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*",
        ""
    ]
}