Block HLTV Forum

Blocks HLTV forum headlines on the hltv.org mainpage!

What is Block HLTV Forum?

Block HLTV Forum is a Chrome extension developed by Yannick, and its main feature is "Blocks HLTV forum headlines on the hltv.org mainpage!".

Extension Screenshots

screenshot

Download Block HLTV Forum Extension CRX File

Download Block HLTV Forum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This small extension blocks the hltv forum headlines on hltv.org. These headlines often contain spoilers and/or NSFW topics.                    

Extension Basic Information

Name Block HLTV Forum Block HLTV Forum
ID cglbbchbchghpaolcgjnekhkcmhpaebh
Official URL https://chromewebstore.google.com/detail/block-hltv-forum/cglbbchbchghpaolcgjnekhkcmhpaebh
Description Blocks HLTV forum headlines on the hltv.org mainpage!
File Size 8.45 KB
Installation Count 76
Current Version 1.1
Last Updated 2018-04-26
Publish Date 2018-04-26
Rating 5.00/5 Total 5 Ratings
Developer Yannick
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block HLTV Forum",
    "version": "1.1",
    "description": "Blocks HLTV forum headlines on the hltv.org mainpage!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.hltv.org\/*"
            ]
        }
    ],
    "icons": {
        "16": "blocksign16.png",
        "48": "blocksign48.png",
        "128": "blocksign.png"
    }
}