Site Saver
Save your web navigation from wrong websites
Wat is Site Saver?
Site Saver is een Chrome-extensie ontwikkeld door partykalex, en de belangrijkste functie is "Save your web navigation from wrong websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Saver
Download Site Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hjgcnlklkilfimchmoboliolklecjljh |
Officiële URL | https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh |
Beschrijving | Save your web navigation from wrong websites |
Bestandsgrootte | 12.16 KB |
Aantal Installaties | 242,697 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-08-19 |
Publicatiedatum | 2022-08-19 |
Beoordeling | 4.29/5 Totaal 14 Beoordelingen |
Ontwikkelaar | partykalex |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sitesaver.net/ |
Help Pagina-URL | https://sitesaver.net/?a=about |
URL van de Privacybeleid Pagina | https://sitesaver.net?a=privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |