CancerTTV
Makes Twitch just a little bit worse for everyone else.
CancerTTV란 무엇입니까?
CancerTTV은(는) Booom3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes Twitch just a little bit worse for everyone else."입니다.
확장 프로그램 스크린샷
CancerTTV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bringing the cancer into Twitch! Are your plans for the evening sitting in Twitch chat and spamming? Same here! And that's why you need this extension. It makes doing everything involving copy pasta and dank memes a whole lot easier. This extension has features like being able to click any message in the chat to automatically copy it into your own chat box. Copying that pasta has never been easier! There's also plenty of keybindings to make creating your own pasta as easy and fast as possible. And there's no need to worry about a high learning curve, the extension features a helpful hint menu and several tools to make the new user experience as straight forward as possible. Just install it and get spamming!
확장 프로그램 기본 정보
이름 | CancerTTV |
ID | nhhlipcggbhlcpabpliadljghbpngdfl |
공식 URL | https://chromewebstore.google.com/detail/cancerttv/nhhlipcggbhlcpabpliadljghbpngdfl |
설명 | Makes Twitch just a little bit worse for everyone else. |
파일 크기 | 75.32 KB |
설치 횟수 | 439 |
현재 버전 | 1.5.6 |
최근 업데이트 | 2020-05-17 |
출시 날짜 | 2020-05-17 |
평점 | 3.55/5 총 11 개의 평점 |
개발자 | Booom3 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/booom3/cancerttv |
도움말 페이지 URL | https://github.com/booom3/cancerttv |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CancerTTV", "short_name": "CTTV", "version": "1.5.6", "description": "Makes Twitch just a little bit worse for everyone else.", "icons": { "64": "Icon 64.png", "128": "Icon 128.png" }, "author": "Booom3", "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*", "http:\/\/go.twitch.tv\/*", "https:\/\/go.twitch.tv\/*" ], "js": [ "jquery-2.2.1.min.js", "simplebar.js", "CancerTTV.js", "CancerTTV-Activator.js" ], "css": [ "CancerTTV.css" ] } ] } |