Twitch Links

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

Qu'est-ce que Twitch Links ?

Twitch Links est une extension Chrome développée par Shiboe, et sa fonction principale est "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Links

Téléchargez les fichiers d'extension Twitch Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
URL Officiel https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Description Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Taille du Fichier 44.66 KB
Nombre d'Installations 696
Version Actuelle 4.0.3
Dernière Mise à Jour 2022-07-15
Date de Publication 2019-05-22
Évaluation 3.40/5 Total 5 Évaluations
Développeur Shiboe
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}