Nicholas Page

This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.

What is Nicholas Page?

Nicholas Page is a Chrome extension developed by Eyretech, and its main feature is "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nicholas Page Extension CRX File

Download Nicholas Page 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

                        Ever wanted to impress your friends with the ability to summon Nicholas Cage into any website you visit? This extension will detect any mention of the word "Nicholas" or "Cage" and will summon a quote from the acting god, who will personally speak to you through your headphones or speakers.                    

Extension Basic Information

Name Nicholas Page Nicholas Page
ID aihdihkmegmckbddahmombdcpmcldimg
Official URL https://chrome.google.com/webstore/detail/nicholas-page/aihdihkmegmckbddahmombdcpmcldimg
Description This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.
File Size 6.1 MB
Installation Count 421
Current Version 0.0.1.69
Last Updated 2017-06-02
Publish Date 2017-06-02
Rating 3.87/5 Total 15 Ratings
Developer Eyretech
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nicholas Page",
    "description": "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.",
    "version": "0.0.1.69",
    "icons": {
        "16": "icon\/nicface16.png",
        "19": "icon\/nicface19.png",
        "38": "icon\/nicface38.png",
        "48": "icon\/nicface48.png",
        "128": "icon\/nicface128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/nicface38.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}