Finding a New Way

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

Hvad er Finding a New Way?

Finding a New Way er en Chrome-udvidelse udviklet af uploadextsubmissions, og dens hovedfunktion er "innovative way to find alternate websites, when the one your going to is down".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Finding a New Way-udvidelses-CRX-fil

Download Finding a New Way-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
Officiel URL https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Beskrivelse innovative way to find alternate websites, when the one your going to is down
Filstørrelse 37.51 KB
Antal Installationer 175,094
Nuværende Version 1.1
Senest Opdateret 2022-05-07
Udgivelsesdato 2022-05-07
Bedømmelse 3.78/5 Samlet 18 Bedømmelser
Udvikler uploadextsubmissions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://findinganewway.com
Understøttede Sprog 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:\/\/*\/*"
    ]
}