Better Picarto.tv
Adds additional features and tweaks to Picarto.tv
Better Picarto.tv là gì?
Better Picarto.tv là một tiện ích mở rộng Chrome được phát triển bởi sam, và tính năng chính của nó là "Adds additional features and tweaks to Picarto.tv".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Picarto.tv
Tải xuống các tệp mở rộng Better Picarto.tv dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Picarto.tv |
ID | cfdaeomnblkbnpahefgflfnakmaanmod |
URL Chính Thức | https://chromewebstore.google.com/detail/better-picartotv/cfdaeomnblkbnpahefgflfnakmaanmod |
Mô tả | Adds additional features and tweaks to Picarto.tv |
Kích Thước Tệp | 26.39 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2017-02-15 |
Ngày Phát Hành | 2017-02-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | sam |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |