nJulius

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

What is nJulius?

nJulius is a Chrome extension developed by robertosousa1, and its main feature is "Replace all the images of chrome in photos Julius Rock, the father of Chris.".

Extension Screenshots

screenshot

Download nJulius Extension CRX File

Download nJulius extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name nJulius nJulius
ID pjgibgekgjphdcnlpgckgjdjopmaipbj
Official URL https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj
Description Replace all the images of chrome in photos Julius Rock, the father of Chris.
File Size 405 KB
Installation Count 27
Current Version 1.0
Last Updated 2021-04-16
Publish Date 2021-04-15
Rating 5.00/5 Total 4 Ratings
Developer robertosousa1
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}