AMERICA [SECTOR COOP]
Left 4 Dead 2 Game Server
Qu'est-ce que AMERICA [SECTOR COOP] ?
AMERICA [SECTOR COOP] est une extension Chrome développée par https://asc.run, et sa fonction principale est "Left 4 Dead 2 Game Server".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMERICA [SECTOR COOP]
Téléchargez les fichiers d'extension AMERICA [SECTOR COOP] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hipknhdheelgafnekjhjjjpodophmnmp |
URL Officiel | https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp |
Description | Left 4 Dead 2 Game Server |
Taille du Fichier | 223 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2018-04-01 |
Date de Publication | 2018-03-31 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | https://asc.run |
Type de Paiement | free |
Site Web de l'Extension | https://americasectorcoop.org |
URL de la Page d'Aide | http://discord.l4d.io |
Langues Prises en Charge | 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" ] } |