ShutUpHLTV

Silences some annoying ads on the site

ShutUpHLTV là gì?

ShutUpHLTV là một tiện ích mở rộng Chrome được phát triển bởi ncla, và tính năng chính của nó là "Silences some annoying ads on the site".

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

Tải xuống các tệp mở rộng ShutUpHLTV 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

                        - Blocks site from opening new tabs when you click on the background ad
- Removes/hides ads that are custom made to avoid common ad-blocking blacklists
- Removes 'Sponsors' blocks

The code is open source, free for anyone to look and contribute
https://github.com/ncla/ShutUpHLTV/                    

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

Tên ShutUpHLTV ShutUpHLTV
ID khpkkmidcgmonalkkmhopbbnndeijebi
URL Chính Thức https://chromewebstore.google.com/detail/shutuphltv/khpkkmidcgmonalkkmhopbbnndeijebi
Mô tả Silences some annoying ads on the site
Kích Thước Tệp 33.08 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-09-19
Ngày Phát Hành 2016-09-19
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển ncla
Email [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",
    "name": "ShutUpHLTV",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Silences some annoying ads on the site",
    "homepage_url": "http:\/\/github.com\/ncla\/ShutUpHLTV",
    "permissions": [
        "*:\/\/*.hltv.org\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hltv.org\/*"
            ],
            "js": [
                "vendors\/jquery\/jquery-2.1.4.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}