Amogus Creator

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

什么是Amogus Creator?

Amogus Creator是由OakTree开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on the current page with a crisp, mint Amogus crewmate”。

扩展截图

screenshot
screenshot
screenshot

下载Amogus Creator扩展crx文件

下载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 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\/*"
    ]
}