Alternate Searches

website is down find out why and look for a new one that is active

Cos'è Alternate Searches?

Alternate Searches è un'estensione di Chrome sviluppata da nickh178956, e la sua funzione principale è "website is down find out why and look for a new one that is active".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Alternate Searches

Scarica i file di estensione Alternate Searches in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

Informazioni di Base sull'Estensione

Nome Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
URL Ufficiale https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Descrizione website is down find out why and look for a new one that is active
Dimensione del File 10.46 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-31
Data di Pubblicazione 2022-05-31
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore nickh178956
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://alternate-searches.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}