Dead-end Alternate

Provides user a quick alternate option if the site they navigate to is down.

Wat is Dead-end Alternate?

Dead-end Alternate is een Chrome-extensie ontwikkeld door saundersd747, en de belangrijkste functie is "Provides user a quick alternate option if the site they navigate to is down.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dead-end Alternate

Download Dead-end Alternate-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

                        Avoids online dead-ends by quickly providing users alternate options if a website is unavailable.                    

Basisinformatie over de Extensie

Naam Dead-end Alternate Dead-end Alternate
ID ckedpbhdengfhefboeknomhejjdihpai
Officiële URL https://chrome.google.com/webstore/detail/dead-end-alternate/ckedpbhdengfhefboeknomhejjdihpai
Beschrijving Provides user a quick alternate option if the site they navigate to is down.
Bestandsgrootte 6.38 KB
Aantal Installaties 30,000
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-30
Publicatiedatum 2022-05-30
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar saundersd747
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://deadendalternate.com
Help Pagina-URL https://deadendalternate.com/?a=about
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Don S",
    "name": "Dead-end Alternate",
    "short_name": "Dead-end Alt",
    "homepage_url": "https:\/\/deadendalternate.com",
    "description": "Provides user a quick alternate option if the site they navigate to is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}