Twitch Links

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

Cos'è Twitch Links?

Twitch Links è un'estensione di Chrome sviluppata da Shiboe, e la sua funzione principale è "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Links

Scarica i file di estensione Twitch Links 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 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!                    

Informazioni di Base sull'Estensione

Nome Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
URL Ufficiale https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Descrizione Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Dimensione del File 44.66 KB
Conteggio Installazioni 696
Versione Corrente 4.0.3
Ultimo Aggiornamento 2022-07-15
Data di Pubblicazione 2019-05-22
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Shiboe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}