Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Cos'è Finding a New Way?
Finding a New Way è un'estensione di Chrome sviluppata da uploadextsubmissions, e la sua funzione principale è "innovative way to find alternate websites, when the one your going to is down".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Finding a New Way
Scarica i file di estensione Finding a New Way 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 attempts to go to a website and the website is showing down give them alternative sites
Informazioni di Base sull'Estensione
Nome | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
URL Ufficiale | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Descrizione | innovative way to find alternate websites, when the one your going to is down |
Dimensione del File | 37.51 KB |
Conteggio Installazioni | 175,094 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-05-07 |
Data di Pubblicazione | 2022-05-07 |
Valutazione | 3.78/5 Totale 18 Valutazioni |
Sviluppatore | uploadextsubmissions |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://findinganewway.com |
Lingue Supportate | 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:\/\/*\/*" ] } |