Alt Look
helps to find a reason why a site is down and give options
Was ist Alt Look?
Alt Look ist eine Chrome-Erweiterung, die von gregk15978 entwickelt wurde, und ihr Hauptmerkmal ist "helps to find a reason why a site is down and give options".
Erweiterungsscreenshots
Alt Look-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alt Look-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
When navigating to an inactive website gives a description of why its down and option to find a replacement site
Grundlegende Informationen zur Erweiterung
Name | |
ID | pagfcedlonoegfbckkoocheienddjabc |
Offizielle URL | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Beschreibung | helps to find a reason why a site is down and give options |
Dateigröße | 16.7 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-06-07 |
Veröffentlichungsdatum | 2022-06-07 |
Bewertung | 2.75/5 Insgesamt 4 Bewertungen |
Entwickler | gregk15978 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://alt-look.com |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |