Skinplace Trademanager

Trade CS:GO skins with ease on SkinPlace.

Skinplace Trademanagerคืออะไร?

Skinplace Trademanager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skin.place และคุณลักษณะหลักของมันคือ "Trade CS:GO skins with ease on SkinPlace."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skinplace Trademanager

ดาวน์โหลดไฟล์ส่วนขยาย Skinplace Trademanager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use SkinPlace Trademanager to easily trade CS:GO skins.

SkinPlace Trademanager allows you to secure your deals. It's easy, fast, secure, and prevents you from scams.
Once your item is listed and purchased on SkinPlace, an offer will be created with the buyer. After confirmation in Steam Mobile application, the trade will be marked as a successful deal in SkinPlace database.
After purchasing an item our extension will automatically accept the trade once the seller confirmed the trade in Steam Mobile application, and will be marked as a successful deal in SkinPlace database.

Keep in mind that any deals with wrong users will be marked as invalid and you risk losing your item without being credited any balance.

Trademanager will cancel the deal if you ran out of time of trade confirmation to prevent you from being scammed.

Privacy Policy https://skin.place/en/privacypolicy

Description of the requested permissions:
*: //*.steampowered.com/* & *: //steamcommunity.com/* - display of various extension functionality on steamcommunity and steampowered sites
*: //steamrep.com/* - getting public information about the user profile (trade ban / VAC ban / community ban)
*: //skin.place/* - using the function of communication with skin.place to create trade offers                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Skinplace Trademanager Skinplace Trademanager
ID dbdmjnhepiejkmmjgfbhlcnbpmilonoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skinplace-trademanager/dbdmjnhepiejkmmjgfbhlcnbpmilonoe
คำอธิบาย Trade CS:GO skins with ease on SkinPlace.
ขนาดไฟล์ 72.02 KB
จำนวนการติดตั้ง 308
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-05-11
วันที่เผยแพร่ 2021-03-05
ผู้พัฒนา https://skin.place
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skin.place
URL หน้าช่วยเหลือ https://support.skin.place
URL หน้านโยบายความเป็นส่วนตัว https://skin.place/en/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "name": "Skinplace Trademanager",
    "version": "0.0.4",
    "description": "Trade CS:GO skins with ease on SkinPlace.",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "http:\/\/*.steamstatic.com\/*",
        "*:\/\/steamrep.com\/*",
        "*:\/\/steamcdn-a.akamaihd.net\/*"
    ],
    "web_accessible_resources": [
        "\/libs\/injected.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/skin.place\/*",
            "*:\/\/*.steampowered.com\/*",
            "*:\/\/steamcommunity.com\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "background": {
        "scripts": [
            "third_party\/zepto.min.js",
            "third_party\/deferred.js",
            "third_party\/callbacks.js",
            "third_party\/centrifuge.min.js",
            "libs\/config.js",
            "libs\/websocket\/ws_client.js",
            "libs\/websocket\/swoole_client.js",
            "libs\/websocket\/centrifuge_client.js",
            "libs\/shadow.js",
            "libs\/ext.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.skin.place\/*\/tradeoffers*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.skin.place\/tradeoffer\/*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.skin.place\/profiles\/*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.skin.place\/login*"
            ],
            "js": [
                "third_party\/zepto.min.js",
                "libs\/steam_inject.js"
            ],
            "css": [
                "assets\/shadow.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/skin.place\/*"
            ],
            "run_at": "document_start",
            "js": [
                "libs\/inject.js"
            ]
        }
    ]
}