Better Picarto.tv

Adds additional features and tweaks to Picarto.tv

Better Picarto.tv क्या है?

Better Picarto.tv sam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds additional features and tweaks to Picarto.tv"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Picarto.tv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}