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
Eメール [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\/*"
    ]
}