Fix Error Direct
Instantly fix errors caused by broken websites
Fix Error Directคืออะไร?
Fix Error Direct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugene Treko และคุณลักษณะหลักของมันคือ "Instantly fix errors caused by broken websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Error Direct
ดาวน์โหลดไฟล์ส่วนขยาย Fix Error Direct ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
คำอธิบาย | Instantly fix errors caused by broken websites |
ขนาดไฟล์ | 13.06 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-06-15 |
วันที่เผยแพร่ | 2022-05-17 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Eugene Treko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fixerrordirect.com/ |
URL หน้าช่วยเหลือ | https://fixerrordirect.com/?a=privacy |
URL หน้านโยบายความเป็นส่วนตัว | https://newpagefinder.com?a=privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Marek M", "name": "Fix Error Direct", "short_name": "Fix Error Direct", "homepage_url": "https:\/\/fixerrordirect.com\/", "description": "Instantly fix errors caused by broken websites", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |