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"입니다.

확장 프로그램 스크린샷

screenshot

smart-browsing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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:\/\/*\/*"
    ]
}