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…

Wat is NicholasCageExtension?

NicholasCageExtension is een Chrome-extensie ontwikkeld door AutoClient, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NicholasCageExtension

Download NicholasCageExtension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Officiële URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Beschrijving 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…
Bestandsgrootte 4.1 KB
Aantal Installaties 59
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-08-24
Publicatiedatum 2021-08-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar AutoClient
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}