Fix Error Direct
Instantly fix errors caused by broken websites
Vad är Fix Error Direct?
Fix Error Direct är en Chrome-tillägg utvecklad av Eugene Treko, och dess huvudfunktion är "Instantly fix errors caused by broken websites".
Tilläggsskärmbilder
Ladda ner Fix Error Direct-förlängningens CRX-fil
Ladda ner Fix Error Direct-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Officiell webbadress | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Beskrivning | Instantly fix errors caused by broken websites |
Filstorlek | 13.06 KB |
Antal Installationer | 20,000 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-06-15 |
Publiceringsdatum | 2022-05-17 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | Eugene Treko |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fixerrordirect.com/ |
Hjälpsida URL | https://fixerrordirect.com/?a=privacy |
URL till Sekretesspolicy Sidan | https://newpagefinder.com?a=privacy |
Stödda Språk | 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:\/\/*\/*" ] } |