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…

Co je NicholasCageExtension?

NicholasCageExtension je rozšíření Chrome vyvinuté AutoClient, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NicholasCageExtension

Stáhněte si soubory rozšíření NicholasCageExtension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Oficiální URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Popis 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…
Velikost souboru 4.1 KB
Počet instalací 59
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-08-24
Datum Vydání 2021-08-24
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář AutoClient
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}