Web Saver

Send users to relative sites if the site they want is down.

Co to jest Web Saver ?

Web Saver to rozszerzenie Chrome opracowane przez bryce, a jego główną funkcją jest „Send users to relative sites if the site they want is down. ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web Saver

Pobierz pliki rozszerzeń Web Saver 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

                        Web saver gives you an option to to search for new websites if the site you're looking for is removed                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Saver Web Saver
ID eojnhninofbfhiganhflogegcogkijjh
Oficjalny URL https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh
Opis Send users to relative sites if the site they want is down.
Rozmiar pliku 16.02 KB
Liczba instalacji 224,845
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-04
Data Publikacji 2022-04-04
Ocena 3.92/5 Łącznie 26 Oceny
Deweloper bryce
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://web-saver.com
Adres URL Strony Pomocy https://web-saver.com/?a=about
Adres URL Strony Polityki Prywatności https://foreststarttabs.com?a=privacy
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "jon S.",
    "name": "Web Saver ",
    "short_name": "Web Saver",
    "homepage_url": "https:\/\/web-saver.com",
    "description": "Send users to relative sites if the site they want is down. ",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}