TTV Looking Glass

Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.

Cos'è TTV Looking Glass?

TTV Looking Glass è un'estensione di Chrome sviluppata da SpaceshipCaptain, e la sua funzione principale è "Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TTV Looking Glass

Scarica i file di estensione TTV Looking Glass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TTV Looking Glass TTV Looking Glass
ID phikemnogmdhgadokdnahneeihokkkcf
URL Ufficiale https://chromewebstore.google.com/detail/ttv-looking-glass/phikemnogmdhgadokdnahneeihokkkcf
Descrizione Simply generate links to other perspectives while watching Twitch clips and vods. Adds Express Vod to Twitch nav bar.
Dimensione del File 14.03 KB
Conteggio Installazioni 4,065
Versione Corrente 0.0.1.14
Ultimo Aggiornamento 2023-11-11
Data di Pubblicazione 2020-12-12
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore SpaceshipCaptain
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SpaceshipCaptain/LookingGlassTTV
URL della Pagina di Aiuto https://twitter.com/SpaceshipCapt
Lingue Supportate 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
}