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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:\/\/*\/*"
]
} | |