TTV Looking Glass
Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
Co je TTV Looking Glass?
TTV Looking Glass je rozšíření Chrome vyvinuté SpaceshipCaptain, a jeho hlavní funkcí je „Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TTV Looking Glass
Stáhněte si soubory rozšíření TTV Looking Glass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | TTV Looking Glass |
ID | phikemnogmdhgadokdnahneeihokkkcf |
Oficiální URL | https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf |
Popis | Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar. |
Velikost souboru | 14.03 KB |
Počet instalací | 4,065 |
Aktuální Verze | 0.0.1.14 |
Poslední Aktualizace | 2023-11-11 |
Datum Vydání | 2020-12-12 |
Hodnocení | 5.00/5 Celkem 15 Hodnocení |
Vývojář | SpaceshipCaptain |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SpaceshipCaptain/LookingGlassTTV |
URL Stránky Nápovědy | https://twitter.com/SpaceshipCapt |
Podporované Jazyky | 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 } |