Web Saver

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

Web Saver là gì?

Web Saver là một tiện ích mở rộng Chrome được phát triển bởi bryce, và tính năng chính của nó là "Send users to relative sites if the site they want is down. ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Saver

Tải xuống các tệp mở rộng Web Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Saver Web Saver
ID eojnhninofbfhiganhflogegcogkijjh
URL Chính Thức https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh
Mô tả Send users to relative sites if the site they want is down.
Kích Thước Tệp 16.02 KB
Số Lần Cài Đặt 224,845
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2022-04-04
Đánh Giá 3.92/5 Tổng số 26 Đánh Giá
Nhà Phát Triển bryce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://web-saver.com
URL Trang Trợ Giúp https://web-saver.com/?a=about
URL Trang Chính Sách Bảo Mật https://foreststarttabs.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}