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. ”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Web Saver Web Saver
ID eojnhninofbfhiganhflogegcogkijjh
官方網址 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:\/\/*\/*"
    ]
}