ShutUpHLTV
Silences some annoying ads on the site
Wat is ShutUpHLTV?
ShutUpHLTV is een Chrome-extensie ontwikkeld door ncla, en de belangrijkste functie is "Silences some annoying ads on the site".
Download het CRX-bestand van de extensie ShutUpHLTV
Download ShutUpHLTV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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/
Basisinformatie over de Extensie
Naam | ShutUpHLTV |
ID | khpkkmidcgmonalkkmhopbbnndeijebi |
Officiële URL | https://chromewebstore.google.com/detail/shutuphltv/khpkkmidcgmonalkkmhopbbnndeijebi |
Beschrijving | Silences some annoying ads on the site |
Bestandsgrootte | 33.08 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2016-09-19 |
Publicatiedatum | 2016-09-19 |
Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
Ontwikkelaar | ncla |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |