ManifestViewer

View other extensions manifest.json file!

ما هو ManifestViewer؟

ManifestViewer هو إضافة Chrome تم تطويرها بواسطة Dex، والميزة الرئيسية لها هي "View other extensions manifest.json file!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ManifestViewer

قم بتنزيل ملفات الامتداد ManifestViewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}