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
公式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
Eメール [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:\/\/*\/*"
    ]
}