Image Replacer

Replace all images with whatever you want.

什麼是Image Replacer?

Image Replacer是由https://mysterypancake.github.io開發的Chrome擴展程式,該擴展的主要功能是“Replace all images with whatever you want.”。

擴展截圖

screenshot
screenshot

下載Image Replacer擴展crx文件

下載Image Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replace all images with whatever you want.

Code on GitHub:
https://github.com/MysteryPancake/Image-Replacer                    

擴展基本資訊

名稱 Image Replacer Image Replacer
ID kjdfnmkplcjchfjealepndkfjgcgonib
官方網址 https://chromewebstore.google.com/detail/image-replacer/kjdfnmkplcjchfjealepndkfjgcgonib
簡介 Replace all images with whatever you want.
檔案大小 23.34 KB
安裝次數 3,053
目前版本 1.5
更新時間 2023-12-06
上架時間 2018-08-06
評分 4.11/5 共 9 次評分
開發者 https://mysterypancake.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/MysteryPancake/Image-Replacer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Replacer",
    "description": "Replace all images with whatever you want.",
    "author": "MysteryPancake",
    "manifest_version": 3,
    "version": "1.5",
    "action": {
        "default_title": "Image Replacer",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/Main.js"
            ],
            "all_frames": true
        }
    ],
    "homepage_url": "https:\/\/github.com\/MysteryPancake\/Image-Replacer",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "Image Replacer"
}