Finding a New Way

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

Wat is Finding a New Way?

Finding a New Way is een Chrome-extensie ontwikkeld door uploadextsubmissions, en de belangrijkste functie is "innovative way to find alternate websites, when the one your going to is down".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Finding a New Way

Download Finding a New Way-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 attempts to go to a website and the website is showing down give them alternative sites                    

Basisinformatie over de Extensie

Naam Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
Officiële URL https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Beschrijving innovative way to find alternate websites, when the one your going to is down
Bestandsgrootte 37.51 KB
Aantal Installaties 175,094
Huidige Versie 1.1
Laatst Bijgewerkt 2022-05-07
Publicatiedatum 2022-05-07
Beoordeling 3.78/5 Totaal 18 Beoordelingen
Ontwikkelaar uploadextsubmissions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://findinganewway.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}