Finding Website

Finding website

What is Finding Website?

Finding Website is a Chrome extension developed by uploadextsubmissions, and its main feature is "Finding website".

Extension Screenshots

screenshot
screenshot

Download Finding Website Extension CRX File

Download Finding Website 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 attempting to go to a pre existing URL and the website shows unreachable or is down, redirect to current active and functional websites.                    

Extension Basic Information

Name Finding Website Finding Website
ID idlldedoeepbikhbklfobbgiembjdjdo
Official URL https://chrome.google.com/webstore/detail/finding-website/idlldedoeepbikhbklfobbgiembjdjdo
Description Finding website
File Size 112 KB
Installation Count 30,000
Current Version 1.0
Last Updated 2022-04-20
Publish Date 2022-04-20
Rating 1.71/5 Total 17 Ratings
Developer uploadextsubmissions
Email [email protected]
Payment Type free
Extension Website https://findingwebsite.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mike Werner",
    "name": "Finding Website",
    "short_name": "find website",
    "homepage_url": "https:\/\/Findingwebsite.com",
    "description": "Finding website",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}