Down Assist

An extension that assists users in finding alternate options when a website is down.

What is Down Assist?

Down Assist is a Chrome extension developed by wil, and its main feature is "An extension that assists users in finding alternate options when a website is down.".

Extension Screenshots

screenshot

Download Down Assist Extension CRX File

Download Down Assist 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

                        Helps the user find searched alternative options when the website they are browsing is unavailable.                    

Extension Basic Information

Name Down Assist Down Assist
ID peelfcfngfjcigoemmimebjlnfdpejdf
Official URL https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf
Description An extension that assists users in finding alternate options when a website is down.
File Size 11.2 KB
Installation Count 44,800
Current Version 1.0
Last Updated 2022-04-28
Publish Date 2022-04-28
Rating 3.17/5 Total 12 Ratings
Developer wil
Email [email protected]
Payment Type free
Extension Website https://down-assist.com
Help Page URL https://down-assist.com/?a=about
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Down Assist",
    "short_name": "Down Assist",
    "homepage_url": "https:\/\/down-assist.com",
    "description": "An extension that assists users in finding alternate options when a website is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}