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