Alternate Searches

Helping when a website is showing inactive

Co je Alternate Searches?

Alternate Searches je rozšíření Chrome vyvinuté uploadextsubmissions, a jeho hlavní funkcí je „Helping when a website is showing inactive“.

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í

                        User goes to a website and the site shows down or no longer available. Help to assist them in finding active websites that are live.                    

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

Název Alternate Searches Alternate Searches
ID lihifbinfmgicinbdneolodbhgbhagnc
Oficiální URL https://chrome.google.com/webstore/detail/lihifbinfmgicinbdneolodbhgbhagnc
Popis Helping when a website is showing inactive
Velikost souboru 8.58 KB
Počet instalací 18,284
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-21
Datum Vydání 2022-04-21
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář uploadextsubmissions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://alternatesearches.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "kyle g",
    "name": "Alternate Searches",
    "short_name": "alternate searches",
    "homepage_url": "https:\/\/alternatesearches.com",
    "description": "Helping when a website is showing inactive",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}