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"
]
}
} | |