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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |