AMERICA [SECTOR COOP]
Left 4 Dead 2 Game Server
AMERICA [SECTOR COOP]とは何ですか?
AMERICA [SECTOR COOP]はhttps://asc.runによって開発されたChromeの拡張機能で、その主な機能は「Left 4 Dead 2 Game Server」です。
拡張機能のスクリーンショット
AMERICA [SECTOR COOP]拡張機能のCRXファイルをダウンロード
AMERICA [SECTOR COOP]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | hipknhdheelgafnekjhjjjpodophmnmp |
公式URL | https://chromewebstore.google.com/detail/america-sector-coop/hipknhdheelgafnekjhjjjpodophmnmp |
説明 | Left 4 Dead 2 Game Server |
ファイルサイズ | 223 KB |
インストール数 | 19 |
現在のバージョン | 1.8.1 |
最終更新日 | 2018-04-01 |
公開日 | 2018-03-31 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | https://asc.run |
支払い方法 | free |
拡張機能のウェブサイト | https://americasectorcoop.org |
ヘルプページのURL | http://discord.l4d.io |
対応言語 | 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" ] } |