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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Nicholas Page

قم بتنزيل ملفات الامتداد Nicholas Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}