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
Eメール [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"
    ]
}