Make UI20 Great Again
A dank and top secret society for Twitch + useful features.
Make UI20 Great Againคืออะไร?
Make UI20 Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UI20 และคุณลักษณะหลักของมันคือ "A dank and top secret society for Twitch + useful features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make UI20 Great Again
ดาวน์โหลดไฟล์ส่วนขยาย Make UI20 Great Again ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Update: 1.1.1 - New emotes Update: 1.0.9 - New emote Update: 1.0.8 - New emote Update: 1.0.7 - New emotes Update: 1.0.5 - Hide host subscriptions Added the ability to hide the host subscriptions when hosting a channel. It can be found by clicking the gear icon under chat. Other features: Show UI20 as a mod in Lirik's channel on Twitch.com, without mod powers though :( Displays a stylish poop emote next to your name in all channels on Twitch.com. Also displays poop icons next to other users of the extension. (can only be seen by people who added the extension) Will be possible to toggle on/off soon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Make UI20 Great Again |
ID | mgldgggaeoimmfhhebgegooghnhamijf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/make-ui20-great-again/mgldgggaeoimmfhhebgegooghnhamijf |
คำอธิบาย | A dank and top secret society for Twitch + useful features. |
ขนาดไฟล์ | 51.65 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2016-04-20 |
วันที่เผยแพร่ | 2016-04-20 |
คะแนน | 4.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | UI20 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make UI20 Great Again", "description": "A dank and top secret society for Twitch + useful features.", "version": "1.1.1", "background": { "page": "background.html" }, "icons": { "16": "ext-icon-16x16.png", "48": "ext-icon-48x48.png", "128": "ext-icon-128x128.png" }, "permissions": [ "storage", "https:\/\/twitch.tv\/" ], "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "twitch.js" ], "matches": [ "https:\/\/www.twitch.tv\/*", "http:\/\/www.twitch.tv\/*" ] } ] } |