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文件

下載Better Picarto.tv擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}