Nicholas Page

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

Qu'est-ce que Nicholas Page ?

Nicholas Page est une extension Chrome développée par Eyretech, et sa fonction principale est "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nicholas Page

Téléchargez les fichiers d'extension Nicholas Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nicholas Page Nicholas Page
ID aihdihkmegmckbddahmombdcpmcldimg
URL Officiel 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.
Taille du Fichier 6.1 MB
Nombre d'Installations 421
Version Actuelle 0.0.1.69
Dernière Mise à Jour 2017-06-02
Date de Publication 2017-06-02
Évaluation 3.87/5 Total 15 Évaluations
Développeur Eyretech
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}