Nicholas Page

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

Nicholas Page क्या है?

Nicholas Page Eyretech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nicholas Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Nicholas Page Nicholas Page
ID aihdihkmegmckbddahmombdcpmcldimg
आधिकारिक URL https://chrome.google.com/webstore/detail/nicholas-page/aihdihkmegmckbddahmombdcpmcldimg
विवरण This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.
फ़ाइल का आकार 6.1 MB
स्थापना संख्या 421
वर्तमान संस्करण 0.0.1.69
अंतिम अपडेट 2017-06-02
प्रकाशन तिथि 2017-06-02
रेटिंग 3.87/5 कुल 15 रेटिंग्स
डेवलपर Eyretech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}