NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

ما هو NicholasCageExtension؟

NicholasCageExtension هو إضافة Chrome تم تطويرها بواسطة AutoClient، والميزة الرئيسية لها هي "This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…".

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

screenshot

تحميل ملف CRX للإضافة NicholasCageExtension

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

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

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

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

الاسم NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
عنوان URL الرسمي https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
الوصف This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
حجم الملف 4.1 KB
عدد التثبيتات 59
النسخة الحالية 1.0.0
آخر تحديث 2021-08-24
تاريخ النشر 2021-08-24
تقييم 5.00/5 مجموع تقييمات 3
المطور AutoClient
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}