sodaG
Returns sodaG (and friends) to Twitch chat.
sodaGคืออะไร?
sodaG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thedeadpixelsociety.com และคุณลักษณะหลักของมันคือ "Returns sodaG (and friends) to Twitch chat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sodaG
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |