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 là gì?

csgo.expert là một tiện ích mở rộng Chrome được phát triển bởi http://csgo.expert, và tính năng chính của nó là "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên csgo.expert csgo.expert
ID lceoemkhmadpekdeidceikobcbagmglf
URL Chính Thức https://chrome.google.com/webstore/detail/csgoexpert/lceoemkhmadpekdeidceikobcbagmglf
Mô tả To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!
Kích Thước Tệp 69.02 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 1.13
Cập Nhật Lần Cuối 2021-05-22
Ngày Phát Hành 2020-12-22
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://csgo.expert
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://csgo.expert/
URL Trang Trợ Giúp https://csgo.expert/en/support
URL Trang Chính Sách Bảo Mật https://csgo.expert/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}