smart-browsing
Smart Browsing is a helpful tool that assists users with a better web experience
smart-browsingとは何ですか?
smart-browsingはjohnによって開発されたChromeの拡張機能で、その主な機能は「Smart Browsing is a helpful tool that assists users with a better web experience」です。
拡張機能のスクリーンショット
smart-browsing拡張機能のCRXファイルをダウンロード
smart-browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new and powerful Chrome extension designed to enhance your browsing experience by preventing NX domain errors when searching for websites online. With this extension installed, you can easily avoid the frustration of seeing an NX domain error page, which can interrupt your browsing flow. instead, it offers quick and easy options for users to continue browsing online. The landing page features a search field powered by Yahoo that allows users to search for the new website. Additionally, Smart Browsing partners with affiliates to offer users suggestions for related products or services similar to the domain name they were trying to visit. These options make it easier for users to find what they're looking for quickly, when the website they were originally searching for is no longer available. We are a partner extension of and errors.net. Licensing is approved through their api sign up found at https://errors.net/errors-partner-sign-up/
拡張機能の基本情報
名前 | smart-browsing |
ID | pppojedoijafijfifgeccckbnccjbbem |
公式URL | https://chromewebstore.google.com/detail/smart-browsing/pppojedoijafijfifgeccckbnccjbbem |
説明 | Smart Browsing is a helpful tool that assists users with a better web experience |
ファイルサイズ | 36.32 KB |
インストール数 | 20,000 |
現在のバージョン | 2.4 |
最終更新日 | 2023-05-06 |
公開日 | 2023-04-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | john |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://smart-browsing.net |
ヘルプページのURL | https://smart-browsing.net/?a=about |
プライバシーポリシーページのURL | https://smart-browsing.net?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "smart-browsing ", "homepage_url": "https:\/\/smart-browsing.net", "description": "Smart Browsing is a helpful tool that assists users with a better web experience", "version": "2.4", "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:\/\/*\/*" ] } |