smart-browsing

Smart Browsing is a helpful tool that assists users with a better web experience

smart-browsingคืออะไร?

smart-browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย john และคุณลักษณะหลักของมันคือ "Smart Browsing is a helpful tool that assists users with a better web experience"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย smart-browsing

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