Amogus Creator

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

Wat is Amogus Creator?

Amogus Creator is een Chrome-extensie ontwikkeld door OakTree, en de belangrijkste functie is "Replaces all images on the current page with a crisp, mint Amogus crewmate".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amogus Creator

Download Amogus Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Amogus Creator Amogus Creator
ID gbdpnojdajfnhkoalmgeehgbfnhobfgk
Officiële URL https://chromewebstore.google.com/detail/amogus-creator/gbdpnojdajfnhkoalmgeehgbfnhobfgk
Beschrijving Replaces all images on the current page with a crisp, mint Amogus crewmate
Bestandsgrootte 1.41 MB
Aantal Installaties 565
Huidige Versie 4.6
Laatst Bijgewerkt 2022-04-28
Publicatiedatum 2022-01-25
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar OakTree
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}