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.”。
擴展截圖
下載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". 擴展基本資訊
| 名稱 | |
| ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
| 官方網址 | 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"
]
}
]
} | |