Better BTTV
Make BTTV even Better! - Extension giving back freedom of usage of BTTV!
什麼是Better BTTV?
Better BTTV是由Sky開發的Chrome擴展程式,該擴展的主要功能是“Make BTTV even Better! - Extension giving back freedom of usage of BTTV!”。
擴展截圖
下載Better BTTV擴展crx文件
下載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 |
官方網址 | 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 } ] } |