TTV Looking Glass
Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
¿Qué es TTV Looking Glass?
TTV Looking Glass es una extensión de Chrome desarrollada por SpaceshipCaptain, y su función principal es "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TTV Looking Glass
Descarga archivos de extensión TTV Looking Glass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | TTV Looking Glass |
ID | phikemnogmdhgadokdnahneeihokkkcf |
URL Oficial | https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf |
Descripción | Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar. |
Tamaño del Archivo | 14.03 KB |
Cantidad de Instalaciones | 4,065 |
Versión Actual | 0.0.1.14 |
Última Actualización | 2023-11-11 |
Fecha de Publicación | 2020-12-12 |
Calificación | 5.00/5 Total de 15 Calificaciones |
Desarrollador | SpaceshipCaptain |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/SpaceshipCaptain/LookingGlassTTV |
URL de la Página de Ayuda | https://twitter.com/SpaceshipCapt |
Idiomas Soportados | 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 } |