Nicolas Cage images

Change all img tag on the page

Co to jest Nicolas Cage images?

Nicolas Cage images to rozszerzenie Chrome opracowane przez gerry900908, a jego główną funkcją jest „Change all img tag on the page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nicolas Cage images

Pobierz pliki rozszerzeń Nicolas Cage images 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 changes all images on the page to Nickolas Cage meme images.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nicolas Cage images Nicolas Cage images
ID lhlikfdhepmemdhnlacpgkoclnmpjoib
Oficjalny URL https://chromewebstore.google.com/detail/nicolas-cage-images/lhlikfdhepmemdhnlacpgkoclnmpjoib
Opis Change all img tag on the page
Rozmiar pliku 34.75 KB
Liczba instalacji 414
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-11-07
Data Publikacji 2022-11-06
Deweloper gerry900908
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": 3,
    "name": "Nicolas Cage images",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Change all img tag on the page",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}