ManifestViewer

View other extensions manifest.json file!

Что такое ManifestViewer?

ManifestViewer - это расширение Chrome, разработанное Dex, и его основная функция - "View other extensions manifest.json file!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ManifestViewer

Скачайте файлы расширений ManifestViewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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)                    

Основная информация о расширении

Название ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
Официальный URL https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Описание View other extensions manifest.json file!
Размер файла 19.6 KB
Количество установок 146
Текущая Версия 1.0
Последнее Обновление 2022-05-11
Дата публикации 2022-05-10
Разработчик Dex
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}