sodaG
Returns sodaG (and friends) to Twitch chat.
什么是sodaG?
sodaG是由https://www.thedeadpixelsociety.com开发的Chrome扩展程序,该扩展的主要功能是“Returns sodaG (and friends) to Twitch chat.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |