hltv-wide

Adds a bunch of stuff to make HLTV.org better.

什麼是hltv-wide?

hltv-wide是由skend開發的Chrome擴展程式,該擴展的主要功能是“Adds a bunch of stuff to make HLTV.org better.”。

擴展截圖

screenshot

下載hltv-wide擴展crx文件

下載hltv-wide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allows users to choose from a set number of widths for HLTV.org (1000px all the way up to 1800px).

Adds a number of other useful things such as: comment-folding, adjustable visible team ranking, match tier highlighter, a link to the user's homepage in the navbar.

Fixes match colors for nightmode                    

擴展基本資訊

名稱 hltv-wide hltv-wide
ID idcembbhaoennpajmicekipfpidhdhko
官方網址 https://chrome.google.com/webstore/detail/hltv-wide/idcembbhaoennpajmicekipfpidhdhko
簡介 Adds a bunch of stuff to make HLTV.org better.
檔案大小 74.92 KB
安裝次數 722
目前版本 1.7.11
更新時間 2022-12-15
上架時間 2019-08-30
評分 4.93/5 共 15 次評分
開發者 skend
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hltv-wide",
    "version": "1.7.11",
    "description": "Adds a bunch of stuff to make HLTV.org better.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "https:\/\/*.hltv.org\/",
        "activeTab"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    },
    "web_accessible_resources": [
        "styles\/style1000.css",
        "styles\/style1100.css",
        "styles\/style1200.css",
        "styles\/style1300.css",
        "styles\/style1400.css",
        "styles\/style1500.css",
        "styles\/style1600.css",
        "styles\/style1700.css",
        "styles\/style1800.css",
        "styles\/style_other1000.css",
        "styles\/style_other1100.css",
        "styles\/style_other1200.css",
        "styles\/style_other1300.css",
        "styles\/style_other1400.css",
        "styles\/style_other1500.css",
        "styles\/style_other1600.css",
        "styles\/style_other1700.css",
        "styles\/style_other1800.css",
        "styles\/hide_ads.css",
        "styles\/live1000.css",
        "styles\/live1100.css",
        "styles\/live1200.css",
        "styles\/live1300.css",
        "styles\/live1400.css",
        "styles\/live1500.css",
        "styles\/live1600.css",
        "styles\/live1700.css",
        "styles\/live1800.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hltv.org\/*"
            ],
            "css": [
                "styles\/default_style.css"
            ],
            "js": [
                "lib\/jquery.js",
                "controller.js"
            ],
            "run_at": "document_start"
        }
    ]
}