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".
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |