Site Saver

Save your web navigation from wrong websites

什么是Site Saver?

Site Saver是由partykalex开发的Chrome扩展程序,该扩展的主要功能是“Save your web navigation from wrong websites”。

扩展截图

screenshot

下载Site Saver扩展crx文件

下载Site Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Site Saver Site Saver
ID hjgcnlklkilfimchmoboliolklecjljh
官方URL https://chrome.google.com/webstore/detail/site-saver/hjgcnlklkilfimchmoboliolklecjljh
简介 Save your web navigation from wrong websites
文件大小 12.16 KB
安装次数 242,697
当前版本 1.0
更新时间 2022-08-19
上架时间 2022-08-19
评分 4.29/5 共14次评分
开发者 partykalex
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sitesaver.net/
帮助页面URL https://sitesaver.net/?a=about
隐私政策页面URL https://sitesaver.net?a=privacy
支持的语言 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:\/\/*\/*"
    ]
}