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…

Hvad er NicholasCageExtension?

NicholasCageExtension er en Chrome-udvidelse udviklet af AutoClient, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot

Download NicholasCageExtension-udvidelses-CRX-fil

Download NicholasCageExtension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Officiel URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Beskrivelse 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…
Filstørrelse 4.1 KB
Antal Installationer 59
Nuværende Version 1.0.0
Senest Opdateret 2021-08-24
Udgivelsesdato 2021-08-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler AutoClient
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}