Haxball Room Search
This Extension adds the functionality to search in the room list in haxball
什么是Haxball Room Search?
Haxball Room Search是由Raamyy开发的Chrome扩展程序,该扩展的主要功能是“This Extension adds the functionality to search in the room list in haxball”。
扩展截图
下载Haxball Room Search扩展crx文件
下载Haxball Room Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension adds the functionality to search in the room list in haxball
扩展基本信息
名称 | Haxball Room Search |
ID | dcmlehbkbddnepmdlajdboikmbjadfpi |
官方URL | https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi |
简介 | This Extension adds the functionality to search in the room list in haxball |
文件大小 | 3.83 KB |
安装次数 | 90 |
当前版本 | 0.1.4 |
更新时间 | 2019-04-19 |
上架时间 | 2019-04-19 |
开发者 | Raamyy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Haxball Room Search", "version": "0.1.4", "content_scripts": [ { "matches": [ "http:\/\/*.haxball.com\/play", "https:\/\/*.haxball.com\/play" ], "js": [ "content.js" ] } ] } |