Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

ما هو Lighthouse Mirror؟

Lighthouse Mirror هو إضافة Chrome تم تطويرها بواسطة Shanmukh، والميزة الرئيسية لها هي "Check reliable lighthouse reports of the websites you visit automatically.".

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

screenshot

تحميل ملف CRX للإضافة Lighthouse Mirror

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

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

                        Lighthouse Mirror is an extension to see how well the websites you visit performs. The tests are run automatically when you open the extension using a simulated mobile device remotely, throttled to a fast 3G network & 4x CPU slowdown.                    

معلومات أساسية عن التمديد

الاسم Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
الوصف Check reliable lighthouse reports of the websites you visit automatically.
حجم الملف 23.64 KB
عدد التثبيتات 48
النسخة الحالية 1.0.0
آخر تحديث 2021-10-17
تاريخ النشر 2021-10-17
المطور Shanmukh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lighthouse Mirror",
    "description": "Check reliable lighthouse reports of the websites you visit automatically.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "32": "assets\/icon32.png",
        "128": "assets\/icon128.png"
    }
}