sodaG
Returns sodaG (and friends) to Twitch chat.
Wat is sodaG?
sodaG is een Chrome-extensie ontwikkeld door https://www.thedeadpixelsociety.com, en de belangrijkste functie is "Returns sodaG (and friends) to Twitch chat.".
Extensie Screenshots
Download het CRX-bestand van de extensie sodaG
Download sodaG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.
Basisinformatie over de Extensie
Naam | sodaG |
ID | bpaipbaiemikfhkocfcfaclnleninehe |
Officiële URL | https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe |
Beschrijving | Returns sodaG (and friends) to Twitch chat. |
Bestandsgrootte | 45.59 KB |
Aantal Installaties | 1,162 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-03-12 |
Publicatiedatum | 2016-03-11 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.thedeadpixelsociety.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sodaG", "version": "1.0.3", "description": "Returns sodaG (and friends) to Twitch chat.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "32": "sodaG_32.png", "64": "sodaG_64.png", "128": "sodaG_128.png" } } |