Better Picarto.tv
Adds additional features and tweaks to Picarto.tv
Better Picarto.tvとは何ですか?
Better Picarto.tvはsamによって開発されたChromeの拡張機能で、その主な機能は「Adds additional features and tweaks to Picarto.tv」です。
拡張機能のスクリーンショット
Better Picarto.tv拡張機能のCRXファイルをダウンロード
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 |
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" ] } |