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开发的Chrome扩展程序,该扩展的主要功能是“Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.”。

扩展截图

screenshot
screenshot
screenshot

下载HLTV.org Spoiler Free扩展crx文件

下载HLTV.org Spoiler Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HLTV.org Spoiler Free HLTV.org Spoiler Free
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\/*"
    ]
}