ManifestViewer

View other extensions manifest.json file!

ManifestViewer là gì?

ManifestViewer là một tiện ích mở rộng Chrome được phát triển bởi Dex, và tính năng chính của nó là "View other extensions manifest.json file!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ManifestViewer

Tải xuống các tệp mở rộng ManifestViewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
URL Chính Thức https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Mô tả View other extensions manifest.json file!
Kích Thước Tệp 19.6 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-11
Ngày Phát Hành 2022-05-10
Nhà Phát Triển Dex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}