Alternate Searches

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

Wat is Alternate Searches?

Alternate Searches is een Chrome-extensie ontwikkeld door nickh178956, en de belangrijkste functie is "website is down find out why and look for a new one that is active".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Alternate Searches

Download Alternate Searches-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

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

Basisinformatie over de Extensie

Naam Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
Officiële URL https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Beschrijving website is down find out why and look for a new one that is active
Bestandsgrootte 10.46 KB
Aantal Installaties 20,000
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-31
Publicatiedatum 2022-05-31
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar nickh178956
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alternate-searches.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}