Nashey Cougar

Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.

ما هو Nashey Cougar؟

Nashey Cougar هو إضافة Chrome تم تطويرها بواسطة dan devine، والميزة الرئيسية لها هي "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Nashey Cougar

قم بتنزيل ملفات الامتداد Nashey Cougar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.                    

معلومات أساسية عن التمديد

الاسم Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
عنوان URL الرسمي https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
الوصف Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
حجم الملف 46.16 KB
عدد التثبيتات 15
النسخة الحالية 1.3
آخر تحديث 2015-03-27
تاريخ النشر 2015-03-27
المطور dan devine
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://danieldevine.github.io/nashey-cougar/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nashey Cougar",
    "version": "1.3",
    "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.",
    "browser_action": {
        "default_icon": "nc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}