New way look

find a website when the one you go to is down

Qu'est-ce que New way look ?

New way look est une extension Chrome développée par dgar16589, et sa fonction principale est "find a website when the one you go to is down".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension New way look

Téléchargez les fichiers d'extension New way look au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom New way look New way look
ID dckfeefbegoiajkgbipebibkhkoeiibj
URL Officiel https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj
Description find a website when the one you go to is down
Taille du Fichier 14.51 KB
Nombre d'Installations 100,000
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-31
Date de Publication 2022-05-31
Évaluation 3.14/5 Total 7 Évaluations
Développeur dgar16589
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newwaylook.com
Langues Prises en Charge 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:\/\/*\/*"
    ]
}