Alternate Searches

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

Hvad er Alternate Searches?

Alternate Searches er en Chrome-udvidelse udviklet af nickh178956, og dens hovedfunktion er "website is down find out why and look for a new one that is active".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Alternate Searches-udvidelses-CRX-fil

Download Alternate Searches-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
Officiel URL https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Beskrivelse website is down find out why and look for a new one that is active
Filstørrelse 10.46 KB
Antal Installationer 20,000
Nuværende Version 1.0
Senest Opdateret 2022-05-31
Udgivelsesdato 2022-05-31
Bedømmelse 3.86/5 Samlet 7 Bedømmelser
Udvikler nickh178956
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://alternate-searches.com
Understøttede Sprog 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:\/\/*\/*"
    ]
}