Alt Look
helps to find a reason why a site is down and give options
Wat is Alt Look?
Alt Look is een Chrome-extensie ontwikkeld door gregk15978, en de belangrijkste functie is "helps to find a reason why a site is down and give options".
Extensie Screenshots
Download het CRX-bestand van de extensie Alt Look
Download Alt Look-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When navigating to an inactive website gives a description of why its down and option to find a replacement site
Basisinformatie over de Extensie
Naam | |
ID | pagfcedlonoegfbckkoocheienddjabc |
Officiële URL | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Beschrijving | helps to find a reason why a site is down and give options |
Bestandsgrootte | 16.7 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-06-07 |
Publicatiedatum | 2022-06-07 |
Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | gregk15978 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://alt-look.com |
Ondersteunde Talen | 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:\/\/*\/*" ] } |