Web Saver

Send users to relative sites if the site they want is down.

Apa itu Web Saver ?

Web Saver adalah ekstensi Chrome yang dikembangkan oleh bryce, dan fitur utamanya adalah "Send users to relative sites if the site they want is down. ".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Saver

Unduh file ekstensi Web Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Web saver gives you an option to to search for new websites if the site you're looking for is removed                    

Informasi Dasar Ekstensi

Nama Web Saver Web Saver
ID eojnhninofbfhiganhflogegcogkijjh
URL Resmi https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh
Deskripsi Send users to relative sites if the site they want is down.
Ukuran File 16.02 KB
Jumlah Instalasi 224,845
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-04-04
Tanggal Publikasi 2022-04-04
Penilaian 3.92/5 Total 26 Penilaian
Pengembang bryce
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://web-saver.com
URL Halaman Bantuan https://web-saver.com/?a=about
URL Halaman Kebijakan Privasi https://foreststarttabs.com?a=privacy
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}