Better BTTV
Make BTTV even Better! - Extension giving back freedom of usage of BTTV!
Better BTTVคืออะไร?
Better BTTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sky และคุณลักษณะหลักของมันคือ "Make BTTV even Better! - Extension giving back freedom of usage of BTTV!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better BTTV
ดาวน์โหลดไฟล์ส่วนขยาย Better BTTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better BTTV |
ID | cmfeooimdhjkcoiohoodihbccehncajo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-bttv/cmfeooimdhjkcoiohoodihbccehncajo |
คำอธิบาย | Make BTTV even Better! - Extension giving back freedom of usage of BTTV! |
ขนาดไฟล์ | 91.43 KB |
จำนวนการติดตั้ง | 47,015 |
เวอร์ชันปัจจุบัน | 0.7.4.12 |
อัปเดตครั้งล่าสุด | 2022-09-29 |
วันที่เผยแพร่ | 2020-05-27 |
คะแนน | 3.42/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | Sky |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } ] } |