New way look

find a website when the one you go to is down

Cos'è New way look?

New way look è un'estensione di Chrome sviluppata da dgar16589, e la sua funzione principale è "find a website when the one you go to is down".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New way look

Scarica i file di estensione New way look in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
URL Ufficiale https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Descrizione find a website when the one you go to is down
Dimensione del File 14.51 KB
Conteggio Installazioni 100,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-31
Data di Pubblicazione 2022-05-31
Valutazione 3.14/5 Totale 7 Valutazioni
Sviluppatore dgar16589
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newwaylook.com
Lingue Supportate 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:\/\/*\/*"
    ]
}