Amogus Creator

Replaces all images on the current page with a crisp, mint Amogus crewmate

O que é Amogus Creator?

Amogus Creator é uma extensão do Chrome desenvolvida por OakTree, e sua principal característica é "Replaces all images on the current page with a crisp, mint Amogus crewmate".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Amogus Creator

Baixe arquivos de extensão Amogus Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Amogus Creator Amogus Creator
ID gbdpnojdajfnhkoalmgeehgbfnhobfgk
URL Oficial https://chromewebstore.google.com/detail/amogus-creator/gbdpnojdajfnhkoalmgeehgbfnhobfgk
Descrição Replaces all images on the current page with a crisp, mint Amogus crewmate
Tamanho do Arquivo 1.41 MB
Contagem de Instalações 565
Versão Atual 4.6
Última Atualização 2022-04-28
Data de Publicação 2022-01-25
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor OakTree
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}