ManifestViewer
View other extensions manifest.json file!
What is ManifestViewer?
ManifestViewer is a Chrome extension developed by Dex, and its main feature is "View other extensions manifest.json file!".
Extension Screenshots
Download ManifestViewer Extension CRX File
Download ManifestViewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | ManifestViewer |
ID | pjdpopignkikbjcphnbicklnfpgonejj |
Official URL | https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj |
Description | View other extensions manifest.json file! |
File Size | 19.6 KB |
Installation Count | 146 |
Current Version | 1.0 |
Last Updated | 2022-05-11 |
Publish Date | 2022-05-10 |
Developer | Dex |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |