Twitch Links

Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!

Wat is Twitch Links?

Twitch Links is een Chrome-extensie ontwikkeld door Shiboe, en de belangrijkste functie is "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Links

Download Twitch Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension monitors Twitch chat, saving all links posted in chat to a separate list. Clicking the Twitch Links icon will show all captured links, allowing you to easily view and click them without fighting the tide of new chat posts coming in. Links will only be shown for the currently open twitch window/tab, but will be read in the background for all active tabs. Enjoy!                    

Basisinformatie over de Extensie

Naam Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
Officiële URL https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Beschrijving Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Bestandsgrootte 44.66 KB
Aantal Installaties 696
Huidige Versie 4.0.3
Laatst Bijgewerkt 2022-07-15
Publicatiedatum 2019-05-22
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Shiboe
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Links",
    "description": "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!",
    "version": "4.0.3",
    "icons": {
        "48": "images\/icon48.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "js": [
                "scripts\/content.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "activeTab",
        "background"
    ]
}