VHL Improvements
Improves the usability (and tolerability) of VHLCentral
什么是VHL Improvements?
VHL Improvements是由Gizm0开发的Chrome扩展程序,该扩展的主要功能是“Improves the usability (and tolerability) of VHLCentral”。
扩展截图
下载VHL Improvements扩展crx文件
下载VHL Improvements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral. 扩展基本信息
| 名称 | |
| ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
| 官方URL | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
| 简介 | Improves the usability (and tolerability) of VHLCentral |
| 文件大小 | 22.4 KB |
| 安装次数 | 134 |
| 当前版本 | 1.1.7 |
| 更新时间 | 2020-03-14 |
| 上架时间 | 2020-03-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Gizm0 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "VHLi",
"version": "1.1.7",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"page_action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"author": "https:\/\/www.github.com\/i-am-gizm0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.vhlcentral.com\/sections\/*\/activities\/*"
],
"js": [
"content.js"
]
}
],
"incognito": "split",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"declarativeContent"
]
} | |