nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Was ist nJulius?
nJulius ist eine Chrome-Erweiterung, die von robertosousa1 entwickelt wurde, und ihr Hauptmerkmal ist "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Erweiterungsscreenshots
nJulius-Erweiterungs-CRX-Datei herunterladen
Laden Sie nJulius-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Offizielle URL | https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Beschreibung | Replace all the images of chrome in photos Julius Rock, the father of Chris. |
| Dateigröße | 405 KB |
| Installationsanzahl | 27 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-04-16 |
| Veröffentlichungsdatum | 2021-04-15 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | robertosousa1 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |