Amino Fullscreen Chat
The chat in Amino Web is tiny, this makes it fullscreen
Amino Fullscreen Chatคืออะไร?
Amino Fullscreen Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Martorell และคุณลักษณะหลักของมันคือ "The chat in Amino Web is tiny, this makes it fullscreen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amino Fullscreen Chat
ดาวน์โหลดไฟล์ส่วนขยาย Amino Fullscreen Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make Amino great again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aebphbclhfdhdmfolbokhchficidedad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amino-fullscreen-chat/aebphbclhfdhdmfolbokhchficidedad |
คำอธิบาย | The chat in Amino Web is tiny, this makes it fullscreen |
ขนาดไฟล์ | 3.26 KB |
จำนวนการติดตั้ง | 403 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-07-24 |
วันที่เผยแพร่ | 2018-07-24 |
คะแนน | 4.11/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Ian Martorell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amino Fullscreen Chat", "version": "1.0.1", "author": "Ian Martorell", "manifest_version": 2, "description": "The chat in Amino Web is tiny, this makes it fullscreen", "content_scripts": [ { "matches": [ "https:\/\/aminoapps.com\/c\/*", "https:\/\/aminoapps.com\/c\/*" ], "css": [ "src\/styles.css" ] } ] } |