Better Picarto.tv
Adds additional features and tweaks to Picarto.tv
Qu'est-ce que Better Picarto.tv ?
Better Picarto.tv est une extension Chrome développée par sam, et sa fonction principale est "Adds additional features and tweaks to Picarto.tv".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Picarto.tv
Téléchargez les fichiers d'extension Better Picarto.tv au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Better Picarto.tv |
ID | cfdaeomnblkbnpahefgflfnakmaanmod |
URL Officiel | https://chromewebstore.google.com/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod |
Description | Adds additional features and tweaks to Picarto.tv |
Taille du Fichier | 26.39 KB |
Nombre d'Installations | 208 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-02-15 |
Date de Publication | 2017-02-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sam |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |