nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Apa itu nJulius?
nJulius adalah ekstensi Chrome yang dikembangkan oleh robertosousa1, dan fitur utamanya adalah "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi nJulius
Unduh file ekstensi nJulius dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | nJulius |
ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
URL Resmi | https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj |
Deskripsi | Replace all the images of chrome in photos Julius Rock, the father of Chris. |
Ukuran File | 405 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-04-16 |
Tanggal Publikasi | 2021-04-15 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | robertosousa1 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |