NicolasCage

Chrome extension to override all images in a page by Nicolas Cage.

What is NicolasCage?

NicolasCage is a Chrome extension developed by Unknown, and its main feature is "Chrome extension to override all images in a page by Nicolas Cage.".

Extension Screenshots

screenshot

Download NicolasCage Extension CRX File

Download NicolasCage 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

                        Replace all the images by Cage pictures                    

Extension Basic Information

Name NicolasCage NicolasCage
ID klhpehdhdohjpnammbkecooemnklnino
Official URL https://chromewebstore.google.com/detail/nicolascage/klhpehdhdohjpnammbkecooemnklnino
Description Chrome extension to override all images in a page by Nicolas Cage.
File Size 2.16 MB
Installation Count 575
Current Version 1.0
Last Updated 2019-03-15
Publish Date 2019-03-15
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NicolasCage",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Chrome extension to override all images in a page by Nicolas Cage.",
    "homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
    "author": "Fabiano Moraes",
    "short_name": "Vampetase",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ]
        }
    ]
}