VHL Improvements

Improves the usability (and tolerability) of VHLCentral

VHL Improvementsとは何ですか?

VHL ImprovementsはGizm0によって開発されたChromeの拡張機能で、その主な機能は「Improves the usability (and tolerability) of VHLCentral」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 VHL Improvements VHL Improvements
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"
    ]
}