ManifestViewer

View other extensions manifest.json file!

Vad är ManifestViewer?

ManifestViewer är en Chrome-tillägg utvecklad av Dex, och dess huvudfunktion är "View other extensions manifest.json file!".

Tilläggsskärmbilder

screenshot

Ladda ner ManifestViewer-förlängningens CRX-fil

Ladda ner ManifestViewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
Officiell webbadress https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Beskrivning View other extensions manifest.json file!
Filstorlek 19.6 KB
Antal Installationer 146
Aktuell Version 1.0
Senast Uppdaterad 2022-05-11
Publiceringsdatum 2022-05-10
Utvecklare Dex
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}