Nicolas Cage Replacer

Replaces all images on all pages to Nicolas Cage.

ما هو Nicolas Cage Replacer؟

Nicolas Cage Replacer هو إضافة Chrome تم تطويرها بواسطة sorackb، والميزة الرئيسية لها هي "Replaces all images on all pages to Nicolas Cage.".

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

screenshot

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

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

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

                        Replaces all images on all pages to Nicolas Cage images.                    

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

الاسم Nicolas Cage Replacer Nicolas Cage Replacer
ID ggognilmkpjemcpjoaohmjljbonbgcgh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nicolas-cage-replacer/ggognilmkpjemcpjoaohmjljbonbgcgh
الوصف Replaces all images on all pages to Nicolas Cage.
حجم الملف 39.48 KB
عدد التثبيتات 2,000
النسخة الحالية 1.0
آخر تحديث 2019-04-09
تاريخ النشر 2019-04-08
تقييم 4.53/5 مجموع تقييمات 17
المطور sorackb
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "niccage",
    "name": "Nicolas Cage Replacer",
    "description": "Replaces all images on all pages to Nicolas Cage.",
    "version": "1.0",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "data.js"
    ]
}