Alternate Searches

website is down find out why and look for a new one that is active

What is Alternate Searches?

Alternate Searches is a Chrome extension developed by nickh178956, and its main feature is "website is down find out why and look for a new one that is active".

Extension Screenshots

screenshot
screenshot

Download Alternate Searches Extension CRX File

Download Alternate Searches 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

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

Extension Basic Information

Name Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
Official URL https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Description website is down find out why and look for a new one that is active
File Size 10.46 KB
Installation Count 20,000
Current Version 1.0
Last Updated 2022-05-31
Publish Date 2022-05-31
Rating 3.86/5 Total 7 Ratings
Developer nickh178956
Email [email protected]
Payment Type free
Extension Website https://alternate-searches.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}