AMERICA [SECTOR COOP]

Left 4 Dead 2 Game Server

AMERICA [SECTOR COOP]คืออะไร?

AMERICA [SECTOR COOP] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://asc.run และคุณลักษณะหลักของมันคือ "Left 4 Dead 2 Game Server"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMERICA [SECTOR COOP]

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

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

                        This extension allows you to quickly see the active players in game, number of available slots, map currently in play, and quick access and navigation to our website                    

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

ชื่อ AMERICA [SECTOR COOP] AMERICA [SECTOR COOP]
ID hipknhdheelgafnekjhjjjpodophmnmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp
คำอธิบาย Left 4 Dead 2 Game Server
ขนาดไฟล์ 223 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2018-04-01
วันที่เผยแพร่ 2018-03-31
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://asc.run
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://americasectorcoop.org
URL หน้าช่วยเหลือ http://discord.l4d.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMERICA [SECTOR COOP]",
    "description": "Left 4 Dead 2 Game Server",
    "version": "1.8.1",
    "web_accessible_resources": [
        "https:\/\/americasectorcoop.org\/?players=json&callback=loadit"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.americasectorcoop.org\/*"
        ]
    },
    "browser_action": {
        "default_icon": "asc.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}