VHL Improvements

Improves the usability (and tolerability) of VHLCentral

VHL Improvements là gì?

VHL Improvements là một tiện ích mở rộng Chrome được phát triển bởi Gizm0, và tính năng chính của nó là "Improves the usability (and tolerability) of VHLCentral".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VHL Improvements

Tải xuống các tệp mở rộng VHL Improvements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VHL Improvements VHL Improvements
ID magoaiaanbkidhdfjoikmhgagogbdjcm
URL Chính Thức https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm
Mô tả Improves the usability (and tolerability) of VHLCentral
Kích Thước Tệp 22.4 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2020-03-14
Ngày Phát Hành 2020-03-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gizm0
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}