Better Picarto.tv

Adds additional features and tweaks to Picarto.tv

Cos'è Better Picarto.tv?

Better Picarto.tv è un'estensione di Chrome sviluppata da sam, e la sua funzione principale è "Adds additional features and tweaks to Picarto.tv".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better Picarto.tv

Scarica i file di estensione Better Picarto.tv in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Better Picarto.tv Better Picarto.tv
ID cfdaeomnblkbnpahefgflfnakmaanmod
URL Ufficiale https://chromewebstore.google.com/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod
Descrizione Adds additional features and tweaks to Picarto.tv
Dimensione del File 26.39 KB
Conteggio Installazioni 208
Versione Corrente 0.5
Ultimo Aggiornamento 2017-02-15
Data di Pubblicazione 2017-02-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sam
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}