Better Picarto.tv
Adds additional features and tweaks to Picarto.tv
¿Qué es Better Picarto.tv?
Better Picarto.tv es una extensión de Chrome desarrollada por sam, y su función principal es "Adds additional features and tweaks to Picarto.tv".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Picarto.tv
Descarga archivos de extensión Better Picarto.tv en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Better Picarto.tv |
ID | cfdaeomnblkbnpahefgflfnakmaanmod |
URL Oficial | https://chromewebstore.google.com/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod |
Descripción | Adds additional features and tweaks to Picarto.tv |
Tamaño del Archivo | 26.39 KB |
Cantidad de Instalaciones | 208 |
Versión Actual | 0.5 |
Última Actualización | 2017-02-15 |
Fecha de Publicación | 2017-02-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | sam |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |