P2P Trademanager

Trade CS:GO skins with ease without worrying about scammers sending duplicate/fake trades.

P2P Trademanager là gì?

P2P Trademanager là một tiện ích mở rộng Chrome được phát triển bởi P2P Trades, và tính năng chính của nó là "Trade CS:GO skins with ease without worrying about scammers sending duplicate/fake trades.".

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

screenshot
screenshot

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

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

                        1) You will see a giant red warning if the trade sent for your deposit is sent from a different user or for the wrong skins. Completing a trade with the red banner will not credit you skins on the P2P trading site you are using under any circumstance.

The only time you want to complete a red banner trade is if you know this trade is for something else. (i.e. you are trading with a friend for something unrelated to P2P trading).

2) A green banner trade means you are safe to make the trade and you will be credited on the P2P trade site you are using. The trade should pop up automatically in most cases for you to accept. 

3) Enjoy!!

By using this add-on, you agree to the P2P Trade Manager Terms & Conditions available at https://www.wtfskins.com/tos                    

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

Tên P2P Trademanager P2P Trademanager
ID abpmhgifmihkfmihjkiknebekbemmcgo
URL Chính Thức https://chromewebstore.google.com/detail/p2p-trademanager/abpmhgifmihkfmihjkiknebekbemmcgo
Mô tả Trade CS:GO skins with ease without worrying about scammers sending duplicate/fake trades.
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 901
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2019-08-09
Ngày Phát Hành 2019-08-09
Đánh Giá 2.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển P2P Trades
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.wtfskins.com/tos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "P2P Trademanager",
    "version": "0.4.0",
    "description": "Trade CS:GO skins with ease without worrying about scammers sending duplicate\/fake trades.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.tradeservice.io\/p2pExtensionApi\/v1\/login\/redirect*"
            ],
            "js": [
                "login_redirect_content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*\/tradeoffers*"
            ],
            "js": [
                "traderoffers_content_script.js"
            ],
            "css": [
                "tradeoffers_content.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.steamcommunity.com\/tradeoffer\/*"
            ],
            "js": [
                "tradeoffer_content_script.js"
            ],
            "css": [
                "tradeoffer_content.css"
            ]
        }
    ]
}