Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Apa itu Lighthouse Mirror?

Lighthouse Mirror adalah ekstensi Chrome yang dikembangkan oleh Shanmukh, dan fitur utamanya adalah "Check reliable lighthouse reports of the websites you visit automatically.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lighthouse Mirror

Unduh file ekstensi Lighthouse Mirror dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
URL Resmi https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
Deskripsi Check reliable lighthouse reports of the websites you visit automatically.
Ukuran File 23.64 KB
Jumlah Instalasi 48
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-10-17
Tanggal Publikasi 2021-10-17
Pengembang Shanmukh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}