Browse Next
Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Co je Browse Next?
Browse Next je rozšíření Chrome vyvinuté Phillip Norton, a jeho hlavní funkcí je „Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Browse Next
Stáhněte si soubory rozšíření Browse Next 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í
Introducing Browse Next, your go-to Chrome extension for unraveling the mysteries of the internet! This user-friendly tool is designed to demystify everyday error codes, offer insights into website performance across various platforms, and provide a seamless browsing experience. When faced with an error page, easily navigate to similar websites or products using our convenient search bar, powered by affiliate partners such as Yahoo, Bing, and errors.net. Enhance your internet exploration!
Základní Informace o Rozšíření
Název | Browse Next |
ID | copdjcgkhmclllognmgnbcgcomhaigkc |
Oficiální URL | https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc |
Popis | Browse Next is a simple and easy to use ext that assists you with learning more about common errors online. |
Velikost souboru | 9.79 KB |
Počet instalací | 943 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-12-18 |
Datum Vydání | 2023-12-18 |
Vývojář | Phillip Norton |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://browsenext.net |
URL Stránky Nápovědy | https://browsenext.net/?a=about |
URL Stránky Zásad Ochrany Soukromí | https://browsenext.net?a=privacy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Next", "homepage_url": "https:\/\/browsenext.net", "description": "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "logo-128.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |