nJulius

Replace all the images of chrome in photos Julius Rock, the father of Chris.

Co to jest nJulius?

nJulius to rozszerzenie Chrome opracowane przez robertosousa1, a jego główną funkcją jest „Replace all the images of chrome in photos Julius Rock, the father of Chris.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia nJulius

Pobierz pliki rozszerzeń nJulius w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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".                    

Podstawowe informacje o rozszerzeniu

Nazwa nJulius nJulius
ID pjgibgekgjphdcnlpgckgjdjopmaipbj
Oficjalny URL https://chromewebstore.google.com/detail/njulius/pjgibgekgjphdcnlpgckgjdjopmaipbj
Opis Replace all the images of chrome in photos Julius Rock, the father of Chris.
Rozmiar pliku 405 KB
Liczba instalacji 27
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-16
Data Publikacji 2021-04-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper robertosousa1
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}