Alternate Searches

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

Co je Alternate Searches?

Alternate Searches je rozšíření Chrome vyvinuté nickh178956, a jeho hlavní funkcí je „website is down find out why and look for a new one that is active“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Alternate Searches

Stáhněte si soubory rozšíření Alternate Searches ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
Oficiální URL https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Popis website is down find out why and look for a new one that is active
Velikost souboru 10.46 KB
Počet instalací 20,000
Aktuální Verze 1.0
Poslední Aktualizace 2022-05-31
Datum Vydání 2022-05-31
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář nickh178956
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://alternate-searches.com
Podporované Jazyky 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:\/\/*\/*"
    ]
}