AMERICA [SECTOR COOP]
Left 4 Dead 2 Game Server
Wat is AMERICA [SECTOR COOP]?
AMERICA [SECTOR COOP] is een Chrome-extensie ontwikkeld door https://asc.run, en de belangrijkste functie is "Left 4 Dead 2 Game Server".
Extensie Screenshots
Download het CRX-bestand van de extensie AMERICA [SECTOR COOP]
Download AMERICA [SECTOR COOP]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hipknhdheelgafnekjhjjjpodophmnmp |
Officiële URL | https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp |
Beschrijving | Left 4 Dead 2 Game Server |
Bestandsgrootte | 223 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2018-04-01 |
Publicatiedatum | 2018-03-31 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://asc.run |
Betalingswijze | free |
Extensiewebsite | https://americasectorcoop.org |
Help Pagina-URL | http://discord.l4d.io |
Ondersteunde Talen | 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" ] } |