Dead-end Alternate
Provides user a quick alternate option if the site they navigate to is down.
What is Dead-end Alternate?
Dead-end Alternate is a Chrome extension developed by saundersd747, and its main feature is "Provides user a quick alternate option if the site they navigate to is down.".
Extension Screenshots
Download Dead-end Alternate Extension CRX File
Download Dead-end Alternate 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
Avoids online dead-ends by quickly providing users alternate options if a website is unavailable.
Extension Basic Information
Name | |
ID | ckedpbhdengfhefboeknomhejjdihpai |
Official URL | https://chrome.google.com/webstore/detail/dead-end-alternate/ckedpbhdengfhefboeknomhejjdihpai |
Description | Provides user a quick alternate option if the site they navigate to is down. |
File Size | 6.38 KB |
Installation Count | 30,000 |
Current Version | 1.0 |
Last Updated | 2022-05-30 |
Publish Date | 2022-05-30 |
Rating | 3.00/5 Total 4 Ratings |
Developer | saundersd747 |
[email protected] | |
Payment Type | free |
Extension Website | https://deadendalternate.com |
Help Page URL | https://deadendalternate.com/?a=about |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Don S", "name": "Dead-end Alternate", "short_name": "Dead-end Alt", "homepage_url": "https:\/\/deadendalternate.com", "description": "Provides user a quick alternate option if the site they navigate to is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |