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…

Cos'è NicholasCageExtension?

NicholasCageExtension è un'estensione di Chrome sviluppata da AutoClient, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NicholasCageExtension

Scarica i file di estensione NicholasCageExtension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
URL Ufficiale https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Descrizione 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…
Dimensione del File 4.1 KB
Conteggio Installazioni 59
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-08-24
Data di Pubblicazione 2021-08-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore AutoClient
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}