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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |