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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}