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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |