Image Replacer

Replace all images with whatever you want.

Wat is Image Replacer?

Image Replacer is een Chrome-extensie ontwikkeld door https://mysterypancake.github.io, en de belangrijkste functie is "Replace all images with whatever you want.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Image Replacer

Download Image Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replace all images with whatever you want.

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

Basisinformatie over de Extensie

Naam Image Replacer Image Replacer
ID kjdfnmkplcjchfjealepndkfjgcgonib
Officiële URL https://chromewebstore.google.com/detail/image-replacer/kjdfnmkplcjchfjealepndkfjgcgonib
Beschrijving Replace all images with whatever you want.
Bestandsgrootte 23.34 KB
Aantal Installaties 3,053
Huidige Versie 1.5
Laatst Bijgewerkt 2023-12-06
Publicatiedatum 2018-08-06
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://mysterypancake.github.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MysteryPancake/Image-Replacer
Ondersteunde Talen 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"
}