DGG Injector
NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.
Was ist DGG Injector?
DGG Injector ist eine Chrome-Erweiterung, die von Aleksandar Stevcic entwickelt wurde, und ihr Hauptmerkmal ist "NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.".
Erweiterungsscreenshots
DGG Injector-Erweiterungs-CRX-Datei herunterladen
Laden Sie DGG Injector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dinhjiedidnaoglplfcmilcakpdabdpm |
Offizielle URL | https://chrome.google.com/webstore/detail/dgg-injector/dinhjiedidnaoglplfcmilcakpdabdpm |
Beschreibung | NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends. |
Dateigröße | 46.61 KB |
Installationsanzahl | 58 |
Aktuelle Version | 0.1 |
Letztes Update | 2019-11-07 |
Veröffentlichungsdatum | 2019-11-07 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | Aleksandar Stevcic |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |