Twitch Links

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

Twitch Links là gì?

Twitch Links là một tiện ích mở rộng Chrome được phát triển bởi Shiboe, và tính năng chính của nó là "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Links

Tải xuống các tệp mở rộng Twitch Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
URL Chính Thức https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Mô tả Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Kích Thước Tệp 44.66 KB
Số Lần Cài Đặt 696
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2022-07-15
Ngày Phát Hành 2019-05-22
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Shiboe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}