THEHAX.PL
Automatic connecting with public rooms.
THEHAX.PLとは何ですか?
THEHAX.PLはhttps://thehax.plによって開発されたChromeの拡張機能で、その主な機能は「Automatic connecting with public rooms.」です。
拡張機能のスクリーンショット
THEHAX.PL拡張機能のCRXファイルをダウンロード
THEHAX.PL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | agjeeceknckhfaghdaecficmolololfc |
| 公式URL | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
| 説明 | Automatic connecting with public rooms. |
| ファイルサイズ | 87.08 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.30 |
| 最終更新日 | 2018-07-09 |
| 公開日 | 2018-07-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://thehax.pl |
| 支払い方法 | free |
| 対応言語 | en,pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "THEHAX.PL",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.30",
"permissions": [
"https:\/\/html5.haxball.com\/*",
"https:\/\/haxball.com\/*",
"http:\/\/thehax.pl\/*",
"notifications"
],
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"browser_action": {
"default_icon": "org.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |