HLTV.org Spoiler Free
Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.
Was ist HLTV.org Spoiler Free?
HLTV.org Spoiler Free ist eine Chrome-Erweiterung, die von Richard Persson entwickelt wurde, und ihr Hauptmerkmal ist "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.".
Erweiterungsscreenshots
HLTV.org Spoiler Free-Erweiterungs-CRX-Datei herunterladen
Laden Sie HLTV.org Spoiler Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | facdaoogmolengljpfpnpjbigeohchcm |
Offizielle URL | https://chrome.google.com/webstore/detail/hltvorg-spoiler-free/facdaoogmolengljpfpnpjbigeohchcm |
Beschreibung | Hides results from played matches and attempts to list replays posted in comments. Unofficial extension. |
Dateigröße | 97.3 KB |
Installationsanzahl | 38 |
Aktuelle Version | 0.0.15 |
Letztes Update | 2015-12-12 |
Veröffentlichungsdatum | 2015-12-12 |
Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
Entwickler | Richard Persson |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |