Site Resolver

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

Site Resolverคืออะไร?

Site Resolver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://siteresolver.com และคุณลักษณะหลักของมันคือ "Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Resolver

ดาวน์โหลดไฟล์ส่วนขยาย 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
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:\/\/*\/*"
    ]
}