nJulius

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

什么是nJulius?

nJulius是由robertosousa1开发的Chrome扩展程序,该扩展的主要功能是“Replace all the images of chrome in photos Julius Rock, the father of Chris.”。

扩展截图

screenshot

下载nJulius扩展crx文件

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