Finding a New Way

innovative way to find alternate websites, when the one your going to is down

Was ist Finding a New Way?

Finding a New Way ist eine Chrome-Erweiterung, die von uploadextsubmissions entwickelt wurde, und ihr Hauptmerkmal ist "innovative way to find alternate websites, when the one your going to is down".

Erweiterungsscreenshots

screenshot
screenshot

Finding a New Way-Erweiterungs-CRX-Datei herunterladen

Laden Sie Finding a New Way-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        When a user attempts to go to a website and the website is showing down give them alternative sites                    

Grundlegende Informationen zur Erweiterung

Name Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
Offizielle URL https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Beschreibung innovative way to find alternate websites, when the one your going to is down
Dateigröße 37.51 KB
Installationsanzahl 175,094
Aktuelle Version 1.1
Letztes Update 2022-05-07
Veröffentlichungsdatum 2022-05-07
Bewertung 3.78/5 Insgesamt 18 Bewertungen
Entwickler uploadextsubmissions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://findinganewway.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David H",
    "name": "Finding a New Way",
    "short_name": "Finding a new way",
    "homepage_url": "https:\/\/findinganewway.com",
    "description": "innovative way to find alternate websites, when the one your going to is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}