Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Qu'est-ce que Finding a New Way ?
Finding a New Way est une extension Chrome développée par uploadextsubmissions, et sa fonction principale est "innovative way to find alternate websites, when the one your going to is down".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Finding a New Way
Téléchargez les fichiers d'extension Finding a New Way 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 attempts to go to a website and the website is showing down give them alternative sites
Informations de Base sur l'Extension
Nom | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
URL Officiel | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Description | innovative way to find alternate websites, when the one your going to is down |
Taille du Fichier | 37.51 KB |
Nombre d'Installations | 175,094 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-05-07 |
Date de Publication | 2022-05-07 |
Évaluation | 3.78/5 Total 18 Évaluations |
Développeur | uploadextsubmissions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://findinganewway.com |
Langues Prises en Charge | 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:\/\/*\/*" ] } |