nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Vad är nJulius?
nJulius är en Chrome-tillägg utvecklad av robertosousa1, och dess huvudfunktion är "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Tilläggsskärmbilder
Ladda ner nJulius-förlängningens CRX-fil
Ladda ner nJulius-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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". Grundläggande Information om Tillägg
| Namn | |
| ID | pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Officiell webbadress | https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj |
| Beskrivning | Replace all the images of chrome in photos Julius Rock, the father of Chris. |
| Filstorlek | 405 KB |
| Antal Installationer | 27 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-04-16 |
| Publiceringsdatum | 2021-04-15 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | robertosousa1 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |