ManifestViewer
View other extensions manifest.json file!
Wat is ManifestViewer?
ManifestViewer is een Chrome-extensie ontwikkeld door Dex, en de belangrijkste functie is "View other extensions manifest.json file!".
Extensie Screenshots
Download het CRX-bestand van de extensie ManifestViewer
Download ManifestViewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | ManifestViewer |
ID | pjdpopignkikbjcphnbicklnfpgonejj |
Officiële URL | https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj |
Beschrijving | View other extensions manifest.json file! |
Bestandsgrootte | 19.6 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-05-11 |
Publicatiedatum | 2022-05-10 |
Ontwikkelaar | Dex |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |