Amogus Creator
Replaces all images on the current page with a crisp, mint Amogus crewmate
Amogus Creator là gì?
Amogus Creator là một tiện ích mở rộng Chrome được phát triển bởi OakTree, và tính năng chính của nó là "Replaces all images on the current page with a crisp, mint Amogus crewmate".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amogus Creator
Tải xuống các tệp mở rộng Amogus Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amogus Creator |
ID | gbdpnojdajfnhkoalmgeehgbfnhobfgk |
URL Chính Thức | https://chromewebstore.google.com/detail/amogus-creator/gbdpnojdajfnhkoalmgeehgbfnhobfgk |
Mô tả | Replaces all images on the current page with a crisp, mint Amogus crewmate |
Kích Thước Tệp | 1.41 MB |
Số Lần Cài Đặt | 565 |
Phiên Bản Hiện Tại | 4.6 |
Cập Nhật Lần Cuối | 2022-04-28 |
Ngày Phát Hành | 2022-01-25 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | OakTree |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |