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…

Qu'est-ce que NicholasCageExtension ?

NicholasCageExtension est une extension Chrome développée par AutoClient, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NicholasCageExtension

Téléchargez les fichiers d'extension NicholasCageExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
URL Officiel https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Description 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…
Taille du Fichier 4.1 KB
Nombre d'Installations 59
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-08-24
Date de Publication 2021-08-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur AutoClient
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}