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文件

下載Site Resolver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}