Haxball Colors
Change color of the haxball background map!
什么是Haxball Colors?
Haxball Colors是由ovb.hfl开发的Chrome扩展程序,该扩展的主要功能是“Change color of the haxball background map!”。
扩展截图
下载Haxball Colors扩展crx文件
下载Haxball Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For change your haxball background color! 扩展基本信息
| 名称 | |
| ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
| 官方URL | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
| 简介 | Change color of the haxball background map! |
| 文件大小 | 69.96 KB |
| 安装次数 | 109 |
| 当前版本 | 2.7 |
| 更新时间 | 2020-05-17 |
| 上架时间 | 2020-05-16 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ovb.hfl |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Haxball Colors",
"description": "Change color of the haxball background map!",
"version": "2.7",
"manifest_version": 2,
"permissions": [
"background",
"tabs",
"webRequest",
"webRequestBlocking",
"*:\/\/*.haxball.com\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"scripts.js"
]
} | |