Down Redirect

website down redirect to a new one

Down Redirect là gì?

Down Redirect là một tiện ích mở rộng Chrome được phát triển bởi uploadextsubmissions, và tính năng chính của nó là "website down redirect to a new one".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Down Redirect 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

                        When the site is down we help you get to active working websites that are available.                    

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

Tên Down Redirect Down Redirect
ID ghfnbceefacfamdjbkddabkmdapjhlem
URL Chính Thức https://chromewebstore.google.com/detail/down-redirect/ghfnbceefacfamdjbkddabkmdapjhlem
Mô tả website down redirect to a new one
Kích Thước Tệp 15.7 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2022-04-19
Đánh Giá 2.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển uploadextsubmissions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://downredirect.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David K",
    "name": "Down Redirect",
    "short_name": "Down Redirect",
    "homepage_url": "https:\/\/Downredirect.com",
    "description": "website down redirect to a new one",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}