Alt Look
helps to find a reason why a site is down and give options
What is Alt Look?
Alt Look is a Chrome extension developed by gregk15978, and its main feature is "helps to find a reason why a site is down and give options".
Extension Screenshots
Download Alt Look Extension CRX File
Download Alt Look 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
When navigating to an inactive website gives a description of why its down and option to find a replacement site
Extension Basic Information
Name | |
ID | pagfcedlonoegfbckkoocheienddjabc |
Official URL | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Description | helps to find a reason why a site is down and give options |
File Size | 16.7 KB |
Installation Count | 20,000 |
Current Version | 1.1 |
Last Updated | 2022-06-07 |
Publish Date | 2022-06-07 |
Rating | 2.75/5 Total 4 Ratings |
Developer | gregk15978 |
[email protected] | |
Payment Type | free |
Extension Website | https://alt-look.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |