CS: GO scores

Get the scores to the most recent pro matches!

CS: GO scoresคืออะไร?

CS: GO scores เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manentea และคุณลักษณะหลักของมันคือ "Get the scores to the most recent pro matches!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CS: GO scores

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

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

                                            

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

ชื่อ CS: GO scores CS: GO scores
ID bpmobdaefnbjcljaafnldeokbpjjifle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle
คำอธิบาย Get the scores to the most recent pro matches!
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2015-12-08
วันที่เผยแพร่ 2015-12-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา manentea
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CS: GO scores",
    "description": "Get the scores to the most recent pro matches!",
    "version": "1.8",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/jquery.js",
                ".\/popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/*"
    ]
}