Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
What is Lighthouse Mirror?
Lighthouse Mirror is a Chrome extension developed by Shanmukh, and its main feature is "Check reliable lighthouse reports of the websites you visit automatically.".
Extension Screenshots
Download Lighthouse Mirror Extension CRX File
Download Lighthouse Mirror extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
Official URL | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
Description | Check reliable lighthouse reports of the websites you visit automatically. |
File Size | 23.64 KB |
Installation Count | 48 |
Current Version | 1.0.0 |
Last Updated | 2021-10-17 |
Publish Date | 2021-10-17 |
Developer | Shanmukh |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |