Alternate Searches

Helping when a website is showing inactive

Co to jest Alternate Searches?

Alternate Searches to rozszerzenie Chrome opracowane przez uploadextsubmissions, a jego główną funkcją jest „Helping when a website is showing inactive”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Alternate Searches

Pobierz pliki rozszerzeń Alternate Searches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alternate Searches Alternate Searches
ID lihifbinfmgicinbdneolodbhgbhagnc
Oficjalny URL https://chrome.google.com/webstore/detail/lihifbinfmgicinbdneolodbhgbhagnc
Opis Helping when a website is showing inactive
Rozmiar pliku 8.58 KB
Liczba instalacji 18,284
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-21
Data Publikacji 2022-04-21
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper uploadextsubmissions
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://alternatesearches.com
Obsługiwane Języki 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:\/\/*\/*"
    ]
}