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”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | gbdpnojdajfnhkoalmgeehgbfnhobfgk | 
| 官方網址 | 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\/*"
    ]
}  |  |