HLTV.org Spoiler Free

Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.

What is HLTV.org Spoiler Free?

HLTV.org Spoiler Free is a Chrome extension developed by Richard Persson, and its main feature is "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.".

Extension Screenshots

screenshot
screenshot
screenshot

Download HLTV.org Spoiler Free Extension CRX File

Download HLTV.org Spoiler Free 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 extension hides results from played matches on HLTV.org and attempts to find and display replays of the match posted in the comments.

Unofficial extension. Not maintained by HLTV.org. All rights belong to HLTV.org.                    

Extension Basic Information

Name HLTV.org Spoiler Free HLTV.org Spoiler Free
ID facdaoogmolengljpfpnpjbigeohchcm
Official URL https://chrome.google.com/webstore/detail/hltvorg-spoiler-free/facdaoogmolengljpfpnpjbigeohchcm
Description Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.
File Size 97.3 KB
Installation Count 38
Current Version 0.0.15
Last Updated 2015-12-12
Publish Date 2015-12-12
Rating 3.57/5 Total 7 Ratings
Developer Richard Persson
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HLTV.org Spoiler Free",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.hltv.org\/",
                "http:\/\/www.hltv.org\/?ref=logo",
                "http:\/\/hltv.org\/",
                "http:\/\/hltv.org\/match\/*",
                "http:\/\/www.hltv.org\/match\/*",
                "http:\/\/hltv.org\/results\/*",
                "http:\/\/www.hltv.org\/results\/*"
            ],
            "css": [
                "bower_components\/angular\/angular-csp.css",
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/angular\/angular.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts.babel\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "bower_components\/angular\/*",
        "bower_components\/jquery\/*"
    ]
}