nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Wat is nJulius?
nJulius is een Chrome-extensie ontwikkeld door robertosousa1, en de belangrijkste functie is "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Extensie Screenshots
Download het CRX-bestand van de extensie nJulius
Download nJulius-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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". Basisinformatie over de Extensie
| Naam | |
| ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Officiële URL | https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Beschrijving | Replace all the images of chrome in photos Julius Rock, the father of Chris. |
| Bestandsgrootte | 405 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-04-16 |
| Publicatiedatum | 2021-04-15 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | robertosousa1 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |