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
Eメール [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"
}