Steam card exchange assistant

Generation a exchange offer for steam cards

Steam card exchange assistantคืออะไร?

Steam card exchange assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Karmanov และคุณลักษณะหลักของมันคือ "Generation a exchange offer for steam cards"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam card exchange assistant

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

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

                        Generation a exchange offer for steam cards                    

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

ชื่อ Steam card exchange assistant Steam card exchange assistant
ID gadcoafimafjmdcfcijkgcnkmpecnabn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steam-card-exchange-assis/gadcoafimafjmdcfcijkgcnkmpecnabn
คำอธิบาย Generation a exchange offer for steam cards
ขนาดไฟล์ 20.87 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2018-06-26
วันที่เผยแพร่ 2018-06-26
ผู้พัฒนา Anton Karmanov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam card exchange assistant",
    "description": "Generation a exchange offer for steam cards",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}