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
官方URL 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"
}