New way look

find a website when the one you go to is down

Wat is New way look?

New way look is een Chrome-extensie ontwikkeld door dgar16589, en de belangrijkste functie is "find a website when the one you go to is down".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie New way look

Download New way look-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Basisinformatie over de Extensie

Naam New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
Officiële URL https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Beschrijving find a website when the one you go to is down
Bestandsgrootte 14.51 KB
Aantal Installaties 100,000
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-31
Publicatiedatum 2022-05-31
Beoordeling 3.14/5 Totaal 7 Beoordelingen
Ontwikkelaar dgar16589
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://newwaylook.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}