sodaG

Returns sodaG (and friends) to Twitch chat.

sodaGとは何ですか?

sodaGはhttps://www.thedeadpixelsociety.comによって開発されたChromeの拡張機能で、その主な機能は「Returns sodaG (and friends) to Twitch chat.」です。

拡張機能のスクリーンショット

screenshot

sodaG拡張機能のCRXファイルをダウンロード

sodaG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 sodaG sodaG
ID bpaipbaiemikfhkocfcfaclnleninehe
公式URL https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe
説明 Returns sodaG (and friends) to Twitch chat.
ファイルサイズ 45.59 KB
インストール数 1,162
現在のバージョン 1.0.3
最終更新日 2016-03-12
公開日 2016-03-11
評価 4.50/5 合計 8 レビュー
開発者 https://www.thedeadpixelsociety.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}