AMERICA [SECTOR COOP]
Left 4 Dead 2 Game Server
Cos'è AMERICA [SECTOR COOP]?
AMERICA [SECTOR COOP] è un'estensione di Chrome sviluppata da https://asc.run, e la sua funzione principale è "Left 4 Dead 2 Game Server".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AMERICA [SECTOR COOP]
Scarica i file di estensione AMERICA [SECTOR COOP] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hipknhdheelgafnekjhjjjpodophmnmp |
URL Ufficiale | https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp |
Descrizione | Left 4 Dead 2 Game Server |
Dimensione del File | 223 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.8.1 |
Ultimo Aggiornamento | 2018-04-01 |
Data di Pubblicazione | 2018-03-31 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | https://asc.run |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://americasectorcoop.org |
URL della Pagina di Aiuto | http://discord.l4d.io |
Lingue Supportate | 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" ] } |