AMERICA [SECTOR COOP]

Left 4 Dead 2 Game Server

What is AMERICA [SECTOR COOP]?

AMERICA [SECTOR COOP] is a Chrome extension developed by https://asc.run, and its main feature is "Left 4 Dead 2 Game Server".

Extension Screenshots

Download AMERICA [SECTOR COOP] Extension CRX File

Download AMERICA [SECTOR COOP] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AMERICA [SECTOR COOP] AMERICA [SECTOR COOP]
ID hipknhdheelgafnekjhjjjpodophmnmp
Official URL https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp
Description Left 4 Dead 2 Game Server
File Size 223 KB
Installation Count 19
Current Version 1.8.1
Last Updated 2018-04-01
Publish Date 2018-03-31
Rating 4.75/5 Total 8 Ratings
Developer https://asc.run
Payment Type free
Extension Website https://americasectorcoop.org
Help Page URL http://discord.l4d.io
Supported Languages 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"
    ]
}