Nicholas Page

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

Vad är Nicholas Page?

Nicholas Page är en Chrome-tillägg utvecklad av Eyretech, och dess huvudfunktion är "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Nicholas Page-förlängningens CRX-fil

Ladda ner Nicholas Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nicholas Page Nicholas Page
ID aihdihkmegmckbddahmombdcpmcldimg
Officiell webbadress https://chrome.google.com/webstore/detail/nicholas-page/aihdihkmegmckbddahmombdcpmcldimg
Beskrivning This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.
Filstorlek 6.1 MB
Antal Installationer 421
Aktuell Version 0.0.1.69
Senast Uppdaterad 2017-06-02
Publiceringsdatum 2017-06-02
Betyg 3.87/5 Totalt 15 Betyg
Utvecklare Eyretech
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}