Browse Better Today
Optimize your web experience - avoid broken sites and find related content
什么是Browse Better Today?
Browse Better Today是由Eugene Treko开发的Chrome扩展程序,该扩展的主要功能是“Optimize your web experience - avoid broken sites and find related content”。
扩展截图
下载Browse Better Today扩展crx文件
下载Browse Better Today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you don't want to get landed to a broken 404 page while opening a non-working link or wrong URL address, that can be avoided with the help of Browse Better Today. This extension improves your web experience letting you find alternatives to a non-working website right away. Instead, it takes you to a list of related websites and useful sources so you can continue browsing.
扩展基本信息
名称 | Browse Better Today |
ID | pmjklmikjlglapcdmnagibmlhffhbmcn |
官方URL | https://chromewebstore.google.com/detail/browse-better-today/pmjklmikjlglapcdmnagibmlhffhbmcn |
简介 | Optimize your web experience - avoid broken sites and find related content |
文件大小 | 7.48 KB |
安装次数 | 23,965 |
当前版本 | 1.02 |
更新时间 | 2022-06-16 |
上架时间 | 2022-05-02 |
评分 | 2.75/5 共8次评分 |
开发者 | Eugene Treko |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsebettertoday.com/ |
帮助页面URL | https://browsebettertoday.com/?a=about |
隐私政策页面URL | https://newpagefinder.com?a=privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Leon V", "name": "Browse Better Today", "short_name": "Browse Better Today", "homepage_url": "https:\/\/browsebettertoday.com\/", "description": "Optimize your web experience - avoid broken sites and find related content", "version": "1.02", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |