Web Saver
Send users to relative sites if the site they want is down.
什么是Web Saver ?
Web Saver 是由bryce开发的Chrome扩展程序,该扩展的主要功能是“Send users to relative sites if the site they want is down. ”。
扩展截图
下载Web Saver 扩展crx文件
下载Web Saver 扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Web saver gives you an option to to search for new websites if the site you're looking for is removed
扩展基本信息
名称 | |
ID | eojnhninofbfhiganhflogegcogkijjh |
官方URL | https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh |
简介 | Send users to relative sites if the site they want is down. |
文件大小 | 16.02 KB |
安装次数 | 224,845 |
当前版本 | 1.0 |
更新时间 | 2022-04-04 |
上架时间 | 2022-04-04 |
评分 | 3.92/5 共26次评分 |
开发者 | bryce |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://web-saver.com |
帮助页面URL | https://web-saver.com/?a=about |
隐私政策页面URL | https://foreststarttabs.com?a=privacy |
支持的语言 | 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:\/\/*\/*" ] } |