Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Better YouTube란 무엇입니까?
Better YouTube은(는) Julian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better Youtube extends the Youtube Gaming Livestream Chat with many different features"입니다.
확장 프로그램 스크린샷
Better YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Twitch.tv emotes! - BTTV & FFZ emotes - BTTV GIF emotes - some custom emotes - Twitch style chat - Tab auto complete for emotes! - More features are coming soon! [BETA] This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.
확장 프로그램 기본 정보
이름 | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
공식 URL | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
설명 | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
파일 크기 | 38.42 KB |
설치 횟수 | 408 |
현재 버전 | 2.0.0.0 |
최근 업데이트 | 2022-06-27 |
출시 날짜 | 2021-09-15 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Julian |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/akaJuliaan/BetterYT |
도움말 페이지 URL | https://github.com/akaJuliaan/BetterYT |
지원되는 언어 | id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "2.0.0.0", "default_locale": "en", "manifest_version": 2, "permissions": [ "https:\/\/julian.gmbh\/betteryt\/api.php" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "worker.js" ] } ], "icons": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" }, "browser_action": { "default_popup": "donation.html", "default_icon": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" } } } |