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 |
| 官方網址 | 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"
]
} | |