Down Redirect

website down redirect to a new one

Down Redirectคืออะไร?

Down Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uploadextsubmissions และคุณลักษณะหลักของมันคือ "website down redirect to a new one"

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

screenshot
screenshot

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

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

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

                        When the site is down we help you get to active working websites that are available.                    

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

ชื่อ Down Redirect Down Redirect
ID ghfnbceefacfamdjbkddabkmdapjhlem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/down-redirect/ghfnbceefacfamdjbkddabkmdapjhlem
คำอธิบาย website down redirect to a new one
ขนาดไฟล์ 15.7 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-04-21
วันที่เผยแพร่ 2022-04-19
คะแนน 2.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา uploadextsubmissions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://downredirect.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David K",
    "name": "Down Redirect",
    "short_name": "Down Redirect",
    "homepage_url": "https:\/\/Downredirect.com",
    "description": "website down redirect to a new one",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}