csgo.expert

To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!

csgo.expertとは何ですか?

csgo.expertはhttp://csgo.expertによって開発されたChromeの拡張機能で、その主な機能は「To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

csgo.expert拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sell CS:GO skins easy with CS:GO EXPERT Extension.
It is an app to help you sell CS:GO skins fast and safely on csgo.expert website. 

When your listed item on CsgoExpert is purchased, the extension initiates trade with the buyer and will ask you to verify the trade in mobile authenticator app.

Also, the extension will automatically accept trade from seller when you purchase a skin once the trade offer is created.                    

拡張機能の基本情報

名前 csgo.expert csgo.expert
ID lceoemkhmadpekdeidceikobcbagmglf
公式URL https://chrome.google.com/webstore/detail/csgoexpert/lceoemkhmadpekdeidceikobcbagmglf
説明 To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!
ファイルサイズ 69.02 KB
インストール数 438
現在のバージョン 1.13
最終更新日 2021-05-22
公開日 2020-12-22
評価 4.33/5 合計 6 レビュー
開発者 http://csgo.expert
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://csgo.expert/
ヘルプページのURL https://csgo.expert/en/support
プライバシーポリシーページのURL https://csgo.expert/en/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "csgo.expert",
    "version": "1.13",
    "icons": {
        "128": "img.png"
    },
    "description": "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/axios.js",
            "scripts\/jquery.signalr.min.js",
            "scripts\/steamManager.js",
            "scripts\/setHeaderChrom.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "main.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/csgo.expert\/*",
            "*:\/\/front.csgo.expert\/"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/csgo.expert\/*",
        "*:\/\/front.csgo.expert\/",
        "https:\/\/steamcommunity.com\/tradeoffer\/new\/send",
        "https:\/\/steamcommunity.com\/",
        "*:\/\/api.steampowered.com\/*",
        "https:\/\/api.csgo.expert\/api\/*"
    ]
}