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…

What is NicholasCageExtension?

NicholasCageExtension is a Chrome extension developed by AutoClient, and its main feature 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…".

Extension Screenshots

screenshot

Download NicholasCageExtension Extension CRX File

Download NicholasCageExtension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Official URL 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…
File Size 4.1 KB
Installation Count 59
Current Version 1.0.0
Last Updated 2021-08-24
Publish Date 2021-08-24
Rating 5.00/5 Total 3 Ratings
Developer AutoClient
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}