404 Redirector
Redirects 404/error pages to the website's home page
404 Redirectorคืออะไร?
404 Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justin Jacobs และคุณลักษณะหลักของมันคือ "Redirects 404/error pages to the website's home page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 404 Redirector
ดาวน์โหลดไฟล์ส่วนขยาย 404 Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of encountering 404 error pages and dead ends while browsing the web? The 404 Redirector extension is here to help! With this extension, you'll never have to worry about getting stuck on a 404 page again. Whenever you encounter a 404 error or a URL with the word "error" in it, the extension will automatically redirect you to the homepage of the website. No more frustration or wasted time! The 404 Redirector extension is lightweight, easy to use, and requires no setup. Simply install it, and it will work in the background to keep you on track. So why wait? Install the 404 Redirector extension now and start browsing with peace of mind!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 404 Redirector |
ID | cpibnljaodgflgemcnhoehejfoekcljn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn |
คำอธิบาย | Redirects 404/error pages to the website's home page |
ขนาดไฟล์ | 6.06 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-12-22 |
วันที่เผยแพร่ | 2022-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Justin Jacobs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "404 Redirector", "description": "Redirects 404\/error pages to the website's home page", "version": "1.0", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" } } |