NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

Was ist NicholasCageExtension?

NicholasCageExtension ist eine Chrome-Erweiterung, die von AutoClient entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…".

Erweiterungsscreenshots

screenshot

NicholasCageExtension-Erweiterungs-CRX-Datei herunterladen

Laden Sie NicholasCageExtension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

Grundlegende Informationen zur Erweiterung

Name NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Offizielle URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Beschreibung This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
Dateigröße 4.1 KB
Installationsanzahl 59
Aktuelle Version 1.0.0
Letztes Update 2021-08-24
Veröffentlichungsdatum 2021-08-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler AutoClient
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}