CS Accounts Extension

csaccounts.com extension to view CS accounts in steam profile page

CS Accounts Extensionคืออะไร?

CS Accounts Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saddiqs1 และคุณลักษณะหลักของมันคือ "csaccounts.com extension to view CS accounts in steam profile page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CS Accounts Extension

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

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

                        When viewing a steam profile page, you will be able to see their faceit and esea account embedded on the page.

*NOTE*: ESEA profiles will not work 100% of the time.                    

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

ชื่อ CS Accounts Extension CS Accounts Extension
ID hmkcdlbelaggmkddoebdbenhchpmfcbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cs-accounts-extension/hmkcdlbelaggmkddoebdbenhchpmfcbb
คำอธิบาย csaccounts.com extension to view CS accounts in steam profile page
ขนาดไฟล์ 23.98 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2023-05-14
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา saddiqs1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://csaccounts.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CS Accounts Extension",
    "description": "csaccounts.com extension to view CS accounts in steam profile page",
    "version": "1.1.0",
    "action": {
        "default_icon": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png",
            "48": "icon-32x32.png",
            "128": "icon-32x32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/csaccounts.com\/api\/*"
    ]
}