sodaG

Returns sodaG (and friends) to Twitch chat.

What is sodaG?

sodaG is a Chrome extension developed by https://www.thedeadpixelsociety.com, and its main feature is "Returns sodaG (and friends) to Twitch chat.".

Extension Screenshots

screenshot

Download sodaG Extension CRX File

Download sodaG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.                    

Extension Basic Information

Name sodaG sodaG
ID bpaipbaiemikfhkocfcfaclnleninehe
Official URL https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe
Description Returns sodaG (and friends) to Twitch chat.
File Size 45.59 KB
Installation Count 1,162
Current Version 1.0.3
Last Updated 2016-03-12
Publish Date 2016-03-11
Rating 4.50/5 Total 8 Ratings
Developer https://www.thedeadpixelsociety.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}