NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

Co to jest NicholasCageExtension?

NicholasCageExtension to rozszerzenie Chrome opracowane przez AutoClient, a jego główną funkcją jest „This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NicholasCageExtension

Pobierz pliki rozszerzeń NicholasCageExtension 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

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

Podstawowe informacje o rozszerzeniu

Nazwa NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
Oficjalny URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Opis This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
Rozmiar pliku 4.1 KB
Liczba instalacji 59
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-08-24
Data Publikacji 2021-08-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper AutoClient
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}