Amogus Creator
Replaces all images on the current page with a crisp, mint Amogus crewmate
¿Qué es Amogus Creator?
Amogus Creator es una extensión de Chrome desarrollada por OakTree, y su función principal es "Replaces all images on the current page with a crisp, mint Amogus crewmate".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Amogus Creator
Descarga archivos de extensión Amogus Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Amogus Creator |
ID | gbdpnojdajfnhkoalmgeehgbfnhobfgk |
URL Oficial | https://chromewebstore.google.com/detail/amogus-creator/gbdpnojdajfnhkoalmgeehgbfnhobfgk |
Descripción | Replaces all images on the current page with a crisp, mint Amogus crewmate |
Tamaño del Archivo | 1.41 MB |
Cantidad de Instalaciones | 565 |
Versión Actual | 4.6 |
Última Actualización | 2022-04-28 |
Fecha de Publicación | 2022-01-25 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | OakTree |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |