P2P Trademanager

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

P2P Trademanagerとは何ですか?

P2P TrademanagerはP2P Tradesによって開発されたChromeの拡張機能で、その主な機能は「Trade CS:GO skins with ease without worrying about scammers sending duplicate/fake trades.」です。

拡張機能のスクリーンショット

screenshot
screenshot

P2P Trademanager拡張機能のCRXファイルをダウンロード

P2P Trademanager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 P2P Trademanager P2P Trademanager
ID abpmhgifmihkfmihjkiknebekbemmcgo
公式URL https://chromewebstore.google.com/detail/p2p-trademanager/abpmhgifmihkfmihjkiknebekbemmcgo
説明 Trade CS:GO skins with ease without worrying about scammers sending duplicate/fake trades.
ファイルサイズ 163 KB
インストール数 901
現在のバージョン 0.4.0
最終更新日 2019-08-09
公開日 2019-08-09
評価 2.00/5 合計 5 レビュー
開発者 P2P Trades
支払い方法 free
プライバシーポリシーページのURL https://www.wtfskins.com/tos
対応言語 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"
            ]
        }
    ]
}