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
官方網址 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"
    ]
}