Nicolas Cage images

Change all img tag on the page

ما هو Nicolas Cage images؟

Nicolas Cage images هو إضافة Chrome تم تطويرها بواسطة gerry900908، والميزة الرئيسية لها هي "Change all img tag on the page".

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

screenshot

تحميل ملف CRX للإضافة Nicolas Cage images

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

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

                        This extension changes all images on the page to Nickolas Cage meme images.                    

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

الاسم Nicolas Cage images Nicolas Cage images
ID lhlikfdhepmemdhnlacpgkoclnmpjoib
عنوان URL الرسمي https://chromewebstore.google.com/detail/nicolas-cage-images/lhlikfdhepmemdhnlacpgkoclnmpjoib
الوصف Change all img tag on the page
حجم الملف 34.75 KB
عدد التثبيتات 414
النسخة الحالية 1.0.0
آخر تحديث 2022-11-07
تاريخ النشر 2022-11-06
المطور gerry900908
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nicolas Cage images",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Change all img tag on the page",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}