DGG Injector
NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.
¿Qué es DGG Injector?
DGG Injector es una extensión de Chrome desarrollada por Aleksandar Stevcic, y su función principal es "NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DGG Injector
Descarga archivos de extensión DGG Injector 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
Just a very basic extension that will swap out twitch chat with d.gg chat in any channel you'd like. Is activated with the press of the button in the extensions bar. NOTE: must be reactivated each time you refresh the page. PepeLaugh, my friends. If anything is needed to be changed (as requested via copyright issues, etc), it can be gladly changed or completely taken down. I simply wrote this basic script for an added level of ease and reduced clutter.
Información Básica de la Extensión
Nombre | |
ID | dinhjiedidnaoglplfcmilcakpdabdpm |
URL Oficial | https://chrome.google.com/webstore/detail/dgg-injector/dinhjiedidnaoglplfcmilcakpdabdpm |
Descripción | NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends. |
Tamaño del Archivo | 46.61 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 0.1 |
Última Actualización | 2019-11-07 |
Fecha de Publicación | 2019-11-07 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Aleksandar Stevcic |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DGG Injector", "version": "0.1", "icons": { "128": "icon.png" }, "description": "NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.", "permissions": [ "https:\/\/twitch.tv\/*" ], "browser_action": { "default_icon": "icon.png", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-1.12.4.min.js", "main.js" ] } ], "background": { "scripts": [ "background.js" ] } } |