nJulius

Replace all the images of chrome in photos Julius Rock, the father of Chris.

ما هو nJulius؟

nJulius هو إضافة Chrome تم تطويرها بواسطة robertosousa1، والميزة الرئيسية لها هي "Replace all the images of chrome in photos Julius Rock, the father of Chris.".

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

screenshot

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

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

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

                        Esta extensão é apenas para fazer piadas com seus amigos ou colegas de trabalho. Ele irá substituir todas as imagens nas páginas que o usuário está navegando por imagens aleatórias do Julius - revivendo o momento da série que o personagem disse "Eu vou estar lá.".

Essa extensão foi baseada na extensão "ncage".                    

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

الاسم nJulius nJulius
ID pjgibgekgjphdcnlpgckgjdjopmaipbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj
الوصف Replace all the images of chrome in photos Julius Rock, the father of Chris.
حجم الملف 405 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2021-04-16
تاريخ النشر 2021-04-15
تقييم 5.00/5 مجموع تقييمات 4
المطور robertosousa1
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nJulius",
    "version": "1.0",
    "description": "Replace all the images of chrome in photos Julius Rock, the father of Chris.",
    "icons": {
        "48": ".\/imgs\/48x48.png",
        "128": ".\/imgs\/128x128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "nJulios.js"
            ]
        }
    ]
}