Site Resolver

Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.

Site Resolver란 무엇입니까?

Site Resolver은(는) https://siteresolver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation."입니다.

확장 프로그램 스크린샷

screenshot

Site Resolver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Site Resolver is a great new browser extension designed to enhance users' browsing experience. With its advanced features and seamless navigation, Site Resolver enables users to obtain relevant results even when dealing with error-prone websites.

When a user encounters a website that displays a 403 error, Site Resolver offers an alternative search option powered by Yahoo search. Site Resolver is an affiliate partners with yahoo to assist with search results. This feature grants users access to a wide range of pertinent results, enabling them to overcome frustrating website errors and swiftly locate the desired information.

However, Site Resolver's capabilities extend beyond error resolution. The extension provides real-time suggestions while users type in the search bar, presenting helpful prompts and auto-complete options to expedite the search process. Additionally, Site Resolver includes built-in pop-up blocking and ad filtering, ensuring a cleaner and less cluttered browsing experience for users.                    

확장 프로그램 기본 정보

이름 Site Resolver Site Resolver
ID klgahbjpgmnlnhabkbpilpdogfmaodhb
공식 URL https://chromewebstore.google.com/detail/site-resolver/klgahbjpgmnlnhabkbpilpdogfmaodhb
설명 Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.
파일 크기 11.51 KB
설치 횟수 26,412
현재 버전 2.0
최근 업데이트 2023-07-03
출시 날짜 2023-07-03
평점 3.63/5 총 19 개의 평점
개발자 https://siteresolver.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://siteresolver.com
도움말 페이지 URL https://siteresolver.com
개인정보 보호 정책 페이지 URL http://siteresolver.com?a=privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Resolver",
    "homepage_url": "https:\/\/siteresolver.com",
    "description": "Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.",
    "version": "2.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:\/\/*\/*"
    ]
}