HLTV.org Spoiler Free
Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.
HLTV.org Spoiler Free क्या है?
HLTV.org Spoiler Free Richard Persson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HLTV.org Spoiler Free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | facdaoogmolengljpfpnpjbigeohchcm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hltvorg-spoiler-free/facdaoogmolengljpfpnpjbigeohchcm |
विवरण | Hides results from played matches and attempts to list replays posted in comments. Unofficial extension. |
फ़ाइल का आकार | 97.3 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 0.0.15 |
अंतिम अपडेट | 2015-12-12 |
प्रकाशन तिथि | 2015-12-12 |
रेटिंग | 3.57/5 कुल 7 रेटिंग्स |
डेवलपर | Richard Persson |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |