Twitch Links

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

什么是Twitch Links?

Twitch Links是由Shiboe开发的Chrome扩展程序,该扩展的主要功能是“Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!”。

扩展截图

screenshot

下载Twitch Links扩展crx文件

下载Twitch Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
官方URL https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
简介 Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
文件大小 44.66 KB
安装次数 696
当前版本 4.0.3
更新时间 2022-07-15
上架时间 2019-05-22
评分 3.40/5 共5次评分
开发者 Shiboe
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}