Better BTTV
Make BTTV even Better! - Extension giving back freedom of usage of BTTV!
Better BTTV là gì?
Better BTTV là một tiện ích mở rộng Chrome được phát triển bởi Sky, và tính năng chính của nó là "Make BTTV even Better! - Extension giving back freedom of usage of BTTV!".
Ả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 BTTV
Tải xuống các tệp mở rộng Better BTTV 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
ADDED OLD GOOD POGCHAMP AS PogChamp TWITCH EMOTE NO MORE WEIRD ONES! Better BTTV! Unlimited global and channel emote, WEEB filter and aidomatic points clicker! Its all in one extension expanding functionality of BTTV - extension for TwitchTV! This extension increases your experience of using BTTV extension What it exactly adds? - PogChamp emotes back! - Free adding of custom emotes - More Global - Filltering out WEEB emotes (like AYAYA) from chat (im updating list as I see any of them) - AUTOMATIC points receiver functionality! What do you need to use Better BTTV? Better BTTV can work standalone but I highly recommend using it with BTTV extension! Soon more functionalities! Feel free to contact me on discord Sky#2594
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better BTTV |
ID | cmfeooimdhjkcoiohoodihbccehncajo |
URL Chính Thức | https://chromewebstore.google.com/detail/better-bttv/cmfeooimdhjkcoiohoodihbccehncajo |
Mô tả | Make BTTV even Better! - Extension giving back freedom of usage of BTTV! |
Kích Thước Tệp | 91.43 KB |
Số Lần Cài Đặt | 47,015 |
Phiên Bản Hiện Tại | 0.7.4.12 |
Cập Nhật Lần Cuối | 2022-09-29 |
Ngày Phát Hành | 2020-05-27 |
Đánh Giá | 3.42/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | Sky |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "*:\/\/raw.githubusercontent.com\/*", "*:\/\/github.com\/xxSkyy\/*", "*:\/\/skyalty.com\/*" ], "manifest_version": 2, "version": "0.7.4.12", "name": "Better BTTV", "description": "Make BTTV even Better! - Extension giving back freedom of usage of BTTV!", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Better BTTV", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/jquery.cookie.js", "js\/purify.js", "js\/helpers\/variables.js", "js\/helpers\/functions.js", "js\/content.js" ], "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "run_at": "document_start", "all_frames": true } ] } |