Fix Error Direct
Instantly fix errors caused by broken websites
Apa itu Fix Error Direct?
Fix Error Direct adalah ekstensi Chrome yang dikembangkan oleh Eugene Treko, dan fitur utamanya adalah "Instantly fix errors caused by broken websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fix Error Direct
Unduh file ekstensi Fix Error Direct dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
URL Resmi | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Deskripsi | Instantly fix errors caused by broken websites |
Ukuran File | 13.06 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-06-15 |
Tanggal Publikasi | 2022-05-17 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | Eugene Treko |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fixerrordirect.com/ |
URL Halaman Bantuan | https://fixerrordirect.com/?a=privacy |
URL Halaman Kebijakan Privasi | https://newpagefinder.com?a=privacy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |