Browse Next
Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
Apa itu Browse Next?
Browse Next adalah ekstensi Chrome yang dikembangkan oleh Phillip Norton, dan fitur utamanya adalah "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browse Next
Unduh file ekstensi Browse Next dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Browse Next |
ID | copdjcgkhmclllognmgnbcgcomhaigkc |
URL Resmi | https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc |
Deskripsi | Browse Next is a simple and easy to use ext that assists you with learning more about common errors online. |
Ukuran File | 9.79 KB |
Jumlah Instalasi | 943 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-12-18 |
Tanggal Publikasi | 2023-12-18 |
Pengembang | Phillip Norton |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsenext.net |
URL Halaman Bantuan | https://browsenext.net/?a=about |
URL Halaman Kebijakan Privasi | https://browsenext.net?a=privacy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |