Twitch Links

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

O que é Twitch Links?

Twitch Links é uma extensão do Chrome desenvolvida por Shiboe, e sua principal característica é "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Links

Baixe arquivos de extensão Twitch Links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
URL Oficial https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Descrição Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Tamanho do Arquivo 44.66 KB
Contagem de Instalações 696
Versão Atual 4.0.3
Última Atualização 2022-07-15
Data de Publicação 2019-05-22
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Shiboe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}