DarkHitbox

Tones down the bright Hitbox.tv colors

DarkHitbox란 무엇입니까?

DarkHitbox은(는) SchrodingersSpy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tones down the bright Hitbox.tv colors"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DarkHitbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of being slightly blinded by a bright white Hitbox chat? Need a little dark to save your eyes? This extension darkens both the chat and website of Hitbox so you can focus on the stream or game while still staying connected.

Designed by SchrodingersSpy from www.SomethingArtistic.net, you can find him making awesome vinyl decals in between his Hitbox streams.                    

확장 프로그램 기본 정보

이름 DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
공식 URL https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
설명 Tones down the bright Hitbox.tv colors
파일 크기 41.66 KB
설치 횟수 40
현재 버전 2.2
최근 업데이트 2014-08-14
출시 날짜 2014-08-14
평점 4.50/5 총 12 개의 평점
개발자 SchrodingersSpy
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarkHitbox",
    "version": "2.2",
    "description": "Tones down the bright Hitbox.tv colors",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/www.hitbox.tv\/*"
    ],
    "web_accessible_resources": [
        "smallsalogo.png",
        "icon.png"
    ],
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "darkhitbox.css"
            ]
        }
    ]
}