Better Picarto.tv

Adds additional features and tweaks to Picarto.tv

Better Picarto.tv란 무엇입니까?

Better Picarto.tv은(는) sam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds additional features and tweaks to Picarto.tv"입니다.

확장 프로그램 스크린샷

screenshot

Better Picarto.tv 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Better Picarto.tv aka BPTV.

Features include:
* Nickname completion (TAB hotkey)
* Emote completion (TAB hotkey)
* Last whisper hotkey (SHIFT + UP hotkey)
* Previous message history (UP/DOWN hotkey)
* Notify on moderator actions (Ban/SB, Kick, Unban, ClearUser)
* Optionally limit history
* Username highlighting
* Show deleted messages
* Disable chat clears, and see which moderator issued it
* User helper modal to aid moderator tasks
* 'Mimi' emote name rollover
* Some small CSS tweaks                    

확장 프로그램 기본 정보

이름 Better Picarto.tv Better Picarto.tv
ID cfdaeomnblkbnpahefgflfnakmaanmod
공식 URL https://chromewebstore.google.com/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod
설명 Adds additional features and tweaks to Picarto.tv
파일 크기 26.39 KB
설치 횟수 208
현재 버전 0.5
최근 업데이트 2017-02-15
출시 날짜 2017-02-15
평점 5.00/5 총 1 개의 평점
개발자 sam
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Picarto.tv",
    "version": "0.5",
    "description": "Adds additional features and tweaks to Picarto.tv",
    "icons": {
        "16": "ico\/16.png",
        "48": "ico\/48.png",
        "128": "ico\/128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/picarto.tv\/*",
        "*:\/\/www.picarto.tv\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "css": [
                "bptv.css",
                "lib\/awesome-bootstrap-checkbox.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/picarto.tv\/*",
                "*:\/\/www.picarto.tv\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "bptv.js"
    ]
}