Web Saver
Send users to relative sites if the site they want is down.
What is Web Saver ?
Web Saver is a Chrome extension developed by bryce, and its main feature is "Send users to relative sites if the site they want is down. ".
Extension Screenshots
Download Web Saver Extension CRX File
Download Web 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
Web saver gives you an option to to search for new websites if the site you're looking for is removed
Extension Basic Information
Name | |
ID | eojnhninofbfhiganhflogegcogkijjh |
Official URL | https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh |
Description | Send users to relative sites if the site they want is down. |
File Size | 16.02 KB |
Installation Count | 224,845 |
Current Version | 1.0 |
Last Updated | 2022-04-04 |
Publish Date | 2022-04-04 |
Rating | 3.92/5 Total 26 Ratings |
Developer | bryce |
[email protected] | |
Payment Type | free |
Extension Website | https://web-saver.com |
Help Page URL | https://web-saver.com/?a=about |
Privacy Policy Page URL | https://foreststarttabs.com?a=privacy |
Supported Languages | 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:\/\/*\/*" ] } |