ManifestViewer

View other extensions manifest.json file!

Co to jest ManifestViewer?

ManifestViewer to rozszerzenie Chrome opracowane przez Dex, a jego główną funkcją jest „View other extensions manifest.json file!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ManifestViewer

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

                        Allows you to view another extensions manifest.json file! This can be used if you need to check how another extension does something in their manifest file etc.

You can get an extensions id from the top URL bar (ex: pnbagoiioggnkkbnlkedejhboodhchlb)

If you get something that says the page has been blocked by chrome refresh and it should fix it!

Contact Dex#8822 on Discord for support or use my email.

(The Screenshot provided is warped do to chrome screenshot size requirements)                    

Podstawowe informacje o rozszerzeniu

Nazwa ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
Oficjalny URL https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Opis View other extensions manifest.json file!
Rozmiar pliku 19.6 KB
Liczba instalacji 146
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-05-11
Data Publikacji 2022-05-10
Deweloper Dex
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ManifestViewer",
    "description": "View other extensions manifest.json file!",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}