Down Assist

An extension that assists users in finding alternate options when a website is down.

Down Assistคืออะไร?

Down Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wil และคุณลักษณะหลักของมันคือ "An extension that assists users in finding alternate options when a website is down."

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

screenshot

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

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

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

                        Helps the user find searched alternative options when the website they are browsing is unavailable.                    

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

ชื่อ Down Assist Down Assist
ID peelfcfngfjcigoemmimebjlnfdpejdf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf
คำอธิบาย An extension that assists users in finding alternate options when a website is down.
ขนาดไฟล์ 11.2 KB
จำนวนการติดตั้ง 44,800
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-04-28
วันที่เผยแพร่ 2022-04-28
คะแนน 3.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา wil
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://down-assist.com
URL หน้าช่วยเหลือ https://down-assist.com/?a=about
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Down Assist",
    "short_name": "Down Assist",
    "homepage_url": "https:\/\/down-assist.com",
    "description": "An extension that assists users in finding alternate options when a website is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}