hltv-wide
Adds a bunch of stuff to make HLTV.org better.
hltv-wide là gì?
hltv-wide là một tiện ích mở rộng Chrome được phát triển bởi skend, và tính năng chính của nó là "Adds a bunch of stuff to make HLTV.org better.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng hltv-wide
Tải xuống các tệp mở rộng hltv-wide 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | idcembbhaoennpajmicekipfpidhdhko |
URL Chính Thức | https://chrome.google.com/webstore/detail/hltv-wide/idcembbhaoennpajmicekipfpidhdhko |
Mô tả | Adds a bunch of stuff to make HLTV.org better. |
Kích Thước Tệp | 74.92 KB |
Số Lần Cài Đặt | 722 |
Phiên Bản Hiện Tại | 1.7.11 |
Cập Nhật Lần Cuối | 2022-12-15 |
Ngày Phát Hành | 2019-08-30 |
Đánh Giá | 4.93/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | skend |
[email protected] | |
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": "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" } ] } |