Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Co je Finding a New Way?
Finding a New Way je rozšíření Chrome vyvinuté uploadextsubmissions, a jeho hlavní funkcí je „innovative way to find alternate websites, when the one your going to is down“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Finding a New Way
Stáhněte si soubory rozšíření Finding a New Way ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
When a user attempts to go to a website and the website is showing down give them alternative sites
Základní Informace o Rozšíření
Název | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
Oficiální URL | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Popis | innovative way to find alternate websites, when the one your going to is down |
Velikost souboru | 37.51 KB |
Počet instalací | 175,094 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-05-07 |
Datum Vydání | 2022-05-07 |
Hodnocení | 3.78/5 Celkem 18 Hodnocení |
Vývojář | uploadextsubmissions |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://findinganewway.com |
Podporované Jazyky | 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:\/\/*\/*" ] } |