Down Assist
An extension that assists users in finding alternate options when a website is down.
Wat is Down Assist?
Down Assist is een Chrome-extensie ontwikkeld door wil, en de belangrijkste functie is "An extension that assists users in finding alternate options when a website is down.".
Extensie Screenshots
Download het CRX-bestand van de extensie Down Assist
Download Down Assist-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
Helps the user find searched alternative options when the website they are browsing is unavailable.
Basisinformatie over de Extensie
Naam | |
ID | peelfcfngfjcigoemmimebjlnfdpejdf |
Officiële URL | https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf |
Beschrijving | An extension that assists users in finding alternate options when a website is down. |
Bestandsgrootte | 11.2 KB |
Aantal Installaties | 44,800 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-04-28 |
Publicatiedatum | 2022-04-28 |
Beoordeling | 3.17/5 Totaal 12 Beoordelingen |
Ontwikkelaar | wil |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://down-assist.com |
Help Pagina-URL | https://down-assist.com/?a=about |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Down Assist", "short_name": "Down Assist", "homepage_url": "https:\/\/down-assist.com", "description": "An extension that assists users in finding alternate options when a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |