BetterYTV
Enhances YouTube with new features and emotes
BetterYTV란 무엇입니까?
BetterYTV은(는) whalemandev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances YouTube with new features and emotes"입니다.
확장 프로그램 스크린샷
BetterYTV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch) Adds new emotes to live chat All global FFZ+BTTV emotes currently supported. To enable channel emotes link Twitch acct in channel/about links named "Twitch" Plan on adding more features Feel free to contribute here https://github.com/acarlson99/BYTV WARNING: YouTube does not take kindly to chat spam. You will get instantly banned without warning if you treat YT chat like Twitch chat
확장 프로그램 기본 정보
이름 | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
공식 URL | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
설명 | Enhances YouTube with new features and emotes |
파일 크기 | 91.95 KB |
설치 횟수 | 20 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-10-04 |
출시 날짜 | 2021-04-18 |
개발자 | whalemandev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/acarlson99/BYTV |
도움말 페이지 URL | https://github.com/acarlson99/BYTV |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTV", "manifest_version": 3, "version": "1.0.3", "description": "Enhances YouTube with new features and emotes", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon.png" }, "host_permissions": [ "https:\/\/api.twitch.tv\/kraken\/users", "https:\/\/api.betterttv.net\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "192": "icon.png" } } |