Better Picarto.tv

Adds additional features and tweaks to Picarto.tv

Better Picarto.tvคืออะไร?

Better Picarto.tv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sam และคุณลักษณะหลักของมันคือ "Adds additional features and tweaks to Picarto.tv"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Picarto.tv

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}