Site Saver

Save your web navigation from wrong websites

Co to jest Site Saver?

Site Saver to rozszerzenie Chrome opracowane przez partykalex, a jego główną funkcją jest „Save your web navigation from wrong websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Site Saver

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

                        Stop seeing crashed and misleading websites. Use Site Saver to avoid incorrect web addresses. It automatically detects a which website doesn't work anymore, so you won't end up on a mistake page. It allows you to easily search for working or related websites and thus saves your web navigation from negative experience.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Saver Site Saver
ID hjgcnlklkilfimchmoboliolklecjljh
Oficjalny URL https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh
Opis Save your web navigation from wrong websites
Rozmiar pliku 12.16 KB
Liczba instalacji 242,697
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-08-19
Data Publikacji 2022-08-19
Ocena 4.29/5 Łącznie 14 Oceny
Deweloper partykalex
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sitesaver.net/
Adres URL Strony Pomocy https://sitesaver.net/?a=about
Adres URL Strony Polityki Prywatności https://sitesaver.net?a=privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alex Partyk",
    "name": "Site Saver",
    "short_name": "Site Saver",
    "homepage_url": "https:\/\/sitesaver.net\/",
    "description": "Save your web navigation from wrong websites",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}