Down Redirect

website down redirect to a new one

What is Down Redirect?

Down Redirect is a Chrome extension developed by uploadextsubmissions, and its main feature is "website down redirect to a new one".

Extension Screenshots

screenshot
screenshot

Download Down Redirect Extension CRX File

Download Down Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Down Redirect Down Redirect
ID ghfnbceefacfamdjbkddabkmdapjhlem
Official URL https://chromewebstore.google.com/detail/down-redirect/ghfnbceefacfamdjbkddabkmdapjhlem
Description website down redirect to a new one
File Size 15.7 KB
Installation Count 10,000
Current Version 1.1
Last Updated 2022-04-21
Publish Date 2022-04-19
Rating 2.25/5 Total 8 Ratings
Developer uploadextsubmissions
Email [email protected]
Payment Type free
Extension Website https://downredirect.com
Supported Languages 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:\/\/*\/*"
    ]
}