Finding a New Way
innovative way to find alternate websites, when the one your going to is down
What is Finding a New Way?
Finding a New Way is a Chrome extension developed by uploadextsubmissions, and its main feature is "innovative way to find alternate websites, when the one your going to is down".
Extension Screenshots
Download Finding a New Way Extension CRX File
Download Finding a New Way 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 a user attempts to go to a website and the website is showing down give them alternative sites
Extension Basic Information
Name | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
Official URL | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Description | innovative way to find alternate websites, when the one your going to is down |
File Size | 37.51 KB |
Installation Count | 175,094 |
Current Version | 1.1 |
Last Updated | 2022-05-07 |
Publish Date | 2022-05-07 |
Rating | 3.78/5 Total 18 Ratings |
Developer | uploadextsubmissions |
[email protected] | |
Payment Type | free |
Extension Website | https://findinganewway.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |