MissURL

MissURL is a helpful tool that allows users to avoid http errors and review website performance data.

MissURLคืออะไร?

MissURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Missurl และคุณลักษณะหลักของมันคือ "MissURL is a helpful tool that allows users to avoid http errors and review website performance data."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย MissURL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        No more frustrating 404 errors and broken pages. Transform those dead ends into doorways with our Chrome Extension! 🚪🌟 Let our innovative extension automatically guide you to a relevant and helpful content, making lost moments turn into productive discoveries. Unlock a world of seamless browsing today!
Once you navigated to a broken or non existing page our extension shows you a 
brilliant missurl.net that offers a valuable information and a user friendly search bar with results powered by Bing.
Moreover, the extension shows the speed load of every page you visit, this data is useful for websites owner in first place. And if there is anything causes delays in loading the page - you can see that element in extension's popup.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MissURL MissURL
ID kkjmhfmobiabpicokdcgjjgogigkibca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/missurl/kkjmhfmobiabpicokdcgjjgogigkibca
คำอธิบาย MissURL is a helpful tool that allows users to avoid http errors and review website performance data.
ขนาดไฟล์ 9.51 KB
จำนวนการติดตั้ง 3,924
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2023-08-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Missurl
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://missurl.net/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "action": {
        "default_icon": "logo-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "perf.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "MissURL is a helpful tool that allows users to avoid http errors and review website performance data.",
    "homepage_url": "https:\/\/missurl.net",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "MissURL",
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}