TTV Looking Glass
Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
Was ist TTV Looking Glass?
TTV Looking Glass ist eine Chrome-Erweiterung, die von SpaceshipCaptain entwickelt wurde, und ihr Hauptmerkmal ist "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.".
Erweiterungsscreenshots
TTV Looking Glass-Erweiterungs-CRX-Datei herunterladen
Laden Sie TTV Looking Glass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TTV Looking Glass |
ID | phikemnogmdhgadokdnahneeihokkkcf |
Offizielle URL | https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf |
Beschreibung | Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar. |
Dateigröße | 14.03 KB |
Installationsanzahl | 4,065 |
Aktuelle Version | 0.0.1.14 |
Letztes Update | 2023-11-11 |
Veröffentlichungsdatum | 2020-12-12 |
Bewertung | 5.00/5 Insgesamt 15 Bewertungen |
Entwickler | SpaceshipCaptain |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SpaceshipCaptain/LookingGlassTTV |
Hilfeseite URL | https://twitter.com/SpaceshipCapt |
Unterstützte Sprachen | 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 } |