TTV Looking Glass
Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
TTV Looking Glass란 무엇입니까?
TTV Looking Glass은(는) SpaceshipCaptain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar."입니다.
확장 프로그램 스크린샷
TTV Looking Glass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension only works on Twitch.tv This extension helps you sync a Twitch clip or a vod with another streamer's perspective. The input box underneath all Twitch clips/vods makes it easy to watch the same clip from multiple perspectives. Right click green bubbles for details and right click red/grey bubbles to remove them. Also adds input box to nav bar called express vod to instantly open latest vod of inputted user. Twitch can break this extension with a simple name change to their styling tags so I can't promise it will work 100% of the time. If you notice that's it's broken feel free to message me and I'll try to push an update quickly. I have had to do this a couple times already but I'm not always on top of it.
확장 프로그램 기본 정보
이름 | TTV Looking Glass |
ID | phikemnogmdhgadokdnahneeihokkkcf |
공식 URL | https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf |
설명 | Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar. |
파일 크기 | 14.03 KB |
설치 횟수 | 4,065 |
현재 버전 | 0.0.1.14 |
최근 업데이트 | 2023-11-11 |
출시 날짜 | 2020-12-12 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | SpaceshipCaptain |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SpaceshipCaptain/LookingGlassTTV |
도움말 페이지 URL | https://twitter.com/SpaceshipCapt |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TTV Looking Glass", "version": "0.0.1.14", "description": "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.", "content_scripts": [ { "matches": [ "*:\/\/clips.twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ], "js": [ "main.js" ], "run_at": "document_end", "css": [ "style.css" ] } ], "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "manifest_version": 3 } |