ShutUpHLTV

Silences some annoying ads on the site

Qu'est-ce que ShutUpHLTV ?

ShutUpHLTV est une extension Chrome développée par ncla, et sa fonction principale est "Silences some annoying ads on the site".

Télécharger le fichier CRX de l'extension ShutUpHLTV

Téléchargez les fichiers d'extension ShutUpHLTV 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

                        - 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/                    

Informations de Base sur l'Extension

Nom ShutUpHLTV ShutUpHLTV
ID khpkkmidcgmonalkkmhopbbnndeijebi
URL Officiel https://chromewebstore.google.com/detail/shutuphltv/khpkkmidcgmonalkkmhopbbnndeijebi
Description Silences some annoying ads on the site
Taille du Fichier 33.08 KB
Nombre d'Installations 117
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-09-19
Date de Publication 2016-09-19
Évaluation 5.00/5 Total 11 Évaluations
Développeur ncla
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}