New way look

find a website when the one you go to is down

What is New way look?

New way look is a Chrome extension developed by dgar16589, and its main feature is "find a website when the one you go to is down".

Extension Screenshots

screenshot
screenshot

Download New way look Extension CRX File

Download New way look 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 goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Extension Basic Information

Name New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
Official URL https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Description find a website when the one you go to is down
File Size 14.51 KB
Installation Count 100,000
Current Version 1.0
Last Updated 2022-05-31
Publish Date 2022-05-31
Rating 3.14/5 Total 7 Ratings
Developer dgar16589
Email [email protected]
Payment Type free
Extension Website https://newwaylook.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David Gar",
    "name": "New way look",
    "short_name": "New way look",
    "homepage_url": "https:\/\/newwaylook.com",
    "description": "find a website when the one you go 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:\/\/*\/*"
    ]
}