Site Saver
Save your web navigation from wrong websites
What is Site Saver?
Site Saver is a Chrome extension developed by partykalex, and its main feature is "Save your web navigation from wrong websites".
Extension Screenshots
Download Site Saver Extension CRX File
Download Site Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hjgcnlklkilfimchmoboliolklecjljh |
Official URL | https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh |
Description | Save your web navigation from wrong websites |
File Size | 12.16 KB |
Installation Count | 242,697 |
Current Version | 1.0 |
Last Updated | 2022-08-19 |
Publish Date | 2022-08-19 |
Rating | 4.29/5 Total 14 Ratings |
Developer | partykalex |
[email protected] | |
Payment Type | free |
Extension Website | https://sitesaver.net/ |
Help Page URL | https://sitesaver.net/?a=about |
Privacy Policy Page URL | https://sitesaver.net?a=privacy |
Supported Languages | 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:\/\/*\/*" ] } |