ManifestViewer

View other extensions manifest.json file!

O que é ManifestViewer?

ManifestViewer é uma extensão do Chrome desenvolvida por Dex, e sua principal característica é "View other extensions manifest.json file!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ManifestViewer

Baixe arquivos de extensão ManifestViewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
URL Oficial https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Descrição View other extensions manifest.json file!
Tamanho do Arquivo 19.6 KB
Contagem de Instalações 146
Versão Atual 1.0
Última Atualização 2022-05-11
Data de Publicação 2022-05-10
Desenvolvedor Dex
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}