ManifestViewer

View other extensions manifest.json file!

ManifestViewerとは何ですか?

ManifestViewerはDexによって開発されたChromeの拡張機能で、その主な機能は「View other extensions manifest.json file!」です。

拡張機能のスクリーンショット

screenshot

ManifestViewer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}