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…

Vad är NicholasCageExtension?

NicholasCageExtension är en Chrome-tillägg utvecklad av AutoClient, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner NicholasCageExtension-förlängningens CRX-fil

Ladda ner NicholasCageExtension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Officiell webbadress https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Beskrivning 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…
Filstorlek 4.1 KB
Antal Installationer 59
Aktuell Version 1.0.0
Senast Uppdaterad 2021-08-24
Publiceringsdatum 2021-08-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare AutoClient
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}