nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Cos'è nJulius?
nJulius è un'estensione di Chrome sviluppata da robertosousa1, e la sua funzione principale è "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nJulius
Scarica i file di estensione nJulius in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | nJulius |
ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
URL Ufficiale | https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj |
Descrizione | Replace all the images of chrome in photos Julius Rock, the father of Chris. |
Dimensione del File | 405 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-04-16 |
Data di Pubblicazione | 2021-04-15 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | robertosousa1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |