ShadowPay Trademanager

Trade CS:GO skins with ease on ShadowPay.

ShadowPay Trademanager là gì?

ShadowPay Trademanager là một tiện ích mở rộng Chrome được phát triển bởi https://shadowpay.com, và tính năng chính của nó là "Trade CS:GO skins with ease on ShadowPay.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ShadowPay Trademanager 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

                        ShadowPay TradeManager is an app to help you trade Steam skins fast and safely. It prevents you from being scammed, accepting duplicate and fake trades.
— As soon as your skin listed on ShadowPay is purchased, the extension initiates trade with the buyer and will ask you to verify the trade in mobile authenticator app.
The extension will also mark the trade offer as valid and related to ShadowPay system.
— The extension will automatically accept trade from seller when you purchase a skin once the trade offer is created.
The extension will mark the trade offer as valid and related to ShadowPay system.

Attention! Accept trades carefully as trades with different user (not the one who purchased your skin) will not grant you any balance.
Also, If the time to accept the trade runs out, the extension will cancel the trade offer in order to protect you from accepting it too late.

Privacy Policy https://shadowpay.com/privacypolicy

*: //*.steampowered.com/* & *: //steamcommunity.com/* - display of various extension functionality on steamcommunity and steampowered sites
*: //steamrep.com/* - getting public information about the user profile (trade ban / VAC ban / community ban)
*: //shadowpay.com/* - using the function of communication with shadowpay.com to create trade offers                    

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

Tên ShadowPay Trademanager ShadowPay Trademanager
ID obhadkdgdffnnbdfpigjklinjhbkinfh
URL Chính Thức https://chromewebstore.google.com/detail/shadowpay-trademanager/obhadkdgdffnnbdfpigjklinjhbkinfh
Mô tả Trade CS:GO skins with ease on ShadowPay.
Kích Thước Tệp 69.96 KB
Số Lần Cài Đặt 80,854
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2022-05-11
Ngày Phát Hành 2020-02-17
Đánh Giá 2.83/5 Tổng số 145 Đánh Giá
Nhà Phát Triển https://shadowpay.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shadowpay.com
URL Trang Trợ Giúp https://shadowpay.com/faq
URL Trang Chính Sách Bảo Mật https://shadowpay.com/tos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "name": "ShadowPay Trademanager",
    "version": "0.3.2",
    "description": "Trade CS:GO skins with ease on ShadowPay.",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "http:\/\/*.steamstatic.com\/*",
        "*:\/\/steamrep.com\/*",
        "*:\/\/steamcdn-a.akamaihd.net\/*"
    ],
    "web_accessible_resources": [
        "\/libs\/injected.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/shadowpay.com\/*",
            "*:\/\/*.steampowered.com\/*",
            "*:\/\/steamcommunity.com\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "background": {
        "scripts": [
            "third_party\/zepto.min.js",
            "third_party\/deferred.js",
            "third_party\/callbacks.js",
            "third_party\/centrifuge.min.js",
            "libs\/config.js",
            "libs\/websocket\/ws_client.js",
            "libs\/websocket\/swoole_client.js",
            "libs\/websocket\/centrifuge_client.js",
            "libs\/shadow.js",
            "libs\/ext.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shadowpay.com\/*\/tradeoffers*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.shadowpay.com\/tradeoffer\/*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.shadowpay.com\/profiles\/*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.shadowpay.com\/login*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/shadowpay.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "libs\/inject.js"
            ]
        }
    ]
}