AMERICA [SECTOR COOP]
Left 4 Dead 2 Game Server
Apa itu AMERICA [SECTOR COOP]?
AMERICA [SECTOR COOP] adalah ekstensi Chrome yang dikembangkan oleh https://asc.run, dan fitur utamanya adalah "Left 4 Dead 2 Game Server".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AMERICA [SECTOR COOP]
Unduh file ekstensi AMERICA [SECTOR COOP] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hipknhdheelgafnekjhjjjpodophmnmp |
URL Resmi | https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp |
Deskripsi | Left 4 Dead 2 Game Server |
Ukuran File | 223 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.8.1 |
Terakhir Diperbarui | 2018-04-01 |
Tanggal Publikasi | 2018-03-31 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | https://asc.run |
Tipe Pembayaran | free |
Situs Ekstensi | https://americasectorcoop.org |
URL Halaman Bantuan | http://discord.l4d.io |
Bahasa yang Didukung | 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" ] } |