Nicolas Cage Replacer

Replaces all images on all pages to Nicolas Cage.

What is Nicolas Cage Replacer?

Nicolas Cage Replacer is a Chrome extension developed by sorackb, and its main feature is "Replaces all images on all pages to Nicolas Cage.".

Extension Screenshots

screenshot

Download Nicolas Cage Replacer Extension CRX File

Download Nicolas Cage Replacer 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

                        Replaces all images on all pages to Nicolas Cage images.                    

Extension Basic Information

Name Nicolas Cage Replacer Nicolas Cage Replacer
ID ggognilmkpjemcpjoaohmjljbonbgcgh
Official URL https://chrome.google.com/webstore/detail/nicolas-cage-replacer/ggognilmkpjemcpjoaohmjljbonbgcgh
Description Replaces all images on all pages to Nicolas Cage.
File Size 39.48 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2019-04-09
Publish Date 2019-04-08
Rating 4.53/5 Total 17 Ratings
Developer sorackb
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "niccage",
    "name": "Nicolas Cage Replacer",
    "description": "Replaces all images on all pages to Nicolas Cage.",
    "version": "1.0",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "data.js"
    ]
}