nJulius
Replace all the images of chrome in photos Julius Rock, the father of Chris.
Что такое nJulius?
nJulius - это расширение Chrome, разработанное robertosousa1, и его основная функция - "Replace all the images of chrome in photos Julius Rock, the father of Chris.".
Снимки экрана расширения
Скачать файл CRX расширения nJulius
Скачайте файлы расширений 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 |
| Официальный 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 |
| Электронная почта | [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"
]
}
]
} | |