HLTV.org Spoiler Free

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

Qu'est-ce que HLTV.org Spoiler Free ?

HLTV.org Spoiler Free est une extension Chrome développée par Richard Persson, et sa fonction principale est "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HLTV.org Spoiler Free

Téléchargez les fichiers d'extension HLTV.org Spoiler Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HLTV.org Spoiler Free HLTV.org Spoiler Free
ID facdaoogmolengljpfpnpjbigeohchcm
URL Officiel 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.
Taille du Fichier 97.3 KB
Nombre d'Installations 38
Version Actuelle 0.0.15
Dernière Mise à Jour 2015-12-12
Date de Publication 2015-12-12
Évaluation 3.57/5 Total 7 Évaluations
Développeur Richard Persson
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}