Browse Next
Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Was ist Browse Next?
Browse Next ist eine Chrome-Erweiterung, die von Phillip Norton entwickelt wurde, und ihr Hauptmerkmal ist "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.".
Erweiterungsscreenshots
Browse Next-Erweiterungs-CRX-Datei herunterladen
Laden Sie Browse Next-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Browse Next |
ID | copdjcgkhmclllognmgnbcgcomhaigkc |
Offizielle URL | https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc |
Beschreibung | Browse Next is a simple and easy to use ext that assists you with learning more about common errors online. |
Dateigröße | 9.79 KB |
Installationsanzahl | 943 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-12-18 |
Veröffentlichungsdatum | 2023-12-18 |
Entwickler | Phillip Norton |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsenext.net |
Hilfeseite URL | https://browsenext.net/?a=about |
URL der Datenschutzrichtlinien-Seite | https://browsenext.net?a=privacy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |