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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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\/*"
    ]
}