Error Director
Error Director helps users online by directing them to live sites.
Apa itu Error Director?
Error Director adalah ekstensi Chrome yang dikembangkan oleh https://knowyourerrors.com, dan fitur utamanya adalah "Error Director helps users online by directing them to live sites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Error Director
Unduh file ekstensi Error Director 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
ErrorDirector is your go-to solution for stress-free browsing! When errors pop up, we don't just redirect you; we guide you to an educational error page, explaining the issue simply. Plus, we've partnered with affiliates like Bing and Yahoo to ensure you easily continue your online journey. No dead ends, just smooth browsing. Download ErrorDirector now and effortlessly find what you're looking for!
Informasi Dasar Ekstensi
Nama | Error Director |
ID | jehnhjckmpkokbcaifiikhhdoeapgnhh |
URL Resmi | https://chromewebstore.google.com/detail/error-director/jehnhjckmpkokbcaifiikhhdoeapgnhh |
Deskripsi | Error Director helps users online by directing them to live sites. |
Ukuran File | 11.21 KB |
Jumlah Instalasi | 3,808 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-12-01 |
Tanggal Publikasi | 2023-12-01 |
Pengembang | https://knowyourerrors.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://errordirector.org |
URL Halaman Bantuan | https://errordirector.org/?=about |
URL Halaman Kebijakan Privasi | https://errordirector.org?a=privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Error Director", "homepage_url": "https:\/\/errordirector.org", "description": "Error Director helps users online by directing them to live sites.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "logo-128.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |