Twitch Links
Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
¿Qué es Twitch Links?
Twitch Links es una extensión de Chrome desarrollada por Shiboe, y su función principal es "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Links
Descarga archivos de extensión Twitch Links en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Twitch Links |
ID | bdabfmaodlcecidafckneiiaodjakoho |
URL Oficial | https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho |
Descripción | Catch links in fast moving twitch chat, moving them to a managable list for easy clicking! |
Tamaño del Archivo | 44.66 KB |
Cantidad de Instalaciones | 696 |
Versión Actual | 4.0.3 |
Última Actualización | 2022-07-15 |
Fecha de Publicación | 2019-05-22 |
Calificación | 3.40/5 Total de 5 Calificaciones |
Desarrollador | Shiboe |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |