Twitch Links

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

What is Twitch Links?

Twitch Links is a Chrome extension developed by Shiboe, and its main feature is "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Extension Screenshots

screenshot

Download Twitch Links Extension CRX File

Download Twitch Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
Official URL 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!
File Size 44.66 KB
Installation Count 696
Current Version 4.0.3
Last Updated 2022-07-15
Publish Date 2019-05-22
Rating 3.40/5 Total 5 Ratings
Developer Shiboe
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}