Amogus Creator
Replaces all images on the current page with a crisp, mint Amogus crewmate
ما هو Amogus Creator؟
Amogus Creator هو إضافة Chrome تم تطويرها بواسطة OakTree، والميزة الرئيسية لها هي "Replaces all images on the current page with a crisp, mint Amogus crewmate".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amogus Creator
قم بتنزيل ملفات الامتداد Amogus Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces all images on the current page with a crisp, Amogus crewmate! - Use the "Preferences" page to customize your experience ~ Choose whether the crewmates are one color, or randomized ~ Set your preferred language - Update (04/24/22 Version 4.6): --> Based on user-submitted recommendations! * Fixed a bug with displaying crewmates, and added new crewmate colors
معلومات أساسية عن التمديد
الاسم | Amogus Creator |
ID | gbdpnojdajfnhkoalmgeehgbfnhobfgk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amogus-creator/gbdpnojdajfnhkoalmgeehgbfnhobfgk |
الوصف | Replaces all images on the current page with a crisp, mint Amogus crewmate |
حجم الملف | 1.41 MB |
عدد التثبيتات | 565 |
النسخة الحالية | 4.6 |
آخر تحديث | 2022-04-28 |
تاريخ النشر | 2022-01-25 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | OakTree |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amogus Creator", "description": "Replaces all images on the current page with a crisp, mint Amogus crewmate", "version": "4.6", "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "button.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/web-accessible-resources-1.glitch.me\/*" ] }, { "resources": [ "icon.png" ], "matches": [ "https:\/\/web-accessible-resources-2.glitch.me\/*" ], "use_dynamic_url": true } ], "permissions": [ "scripting", "activeTab", "storage" ], "host_permissions": [ "https:\/\/www.google.com\/*" ] } |