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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://csgo.expert และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย csgo.expert

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}