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 |
官方網址 | 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" } } |