Your Errors Plug
Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.
Τι είναι το Your Errors Plug;
Το Your Errors Plug είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yourerrorsplug.com, και η κύρια λειτουργία του είναι "Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Your Errors Plug
Λήψη αρχείων επέκτασης Your Errors Plug σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Your Errors Plug was introduced to assist internet newcomers who come across NX domain error codes. Those new to browsing find our extension extremely helpful as it offers a smoother browsing experience free from error codes. It also features advanced software that takes our extension to new levels within the vast realm of the internet. By utilizing Your Errors Plug's extension tool, inexperienced users can enjoy several important benefits. This tool helps them comprehend the intricate world of internet error codes while keeping their personal data secure. Additionally, you'll gain immediate access to relevant articles that provide clear and understandable insights into these error codes. Your Errors Plug offers capabilities that extend beyond just error resolution. It delivers real-time suggestions as users type into the search bar, offering useful prompts and auto-complete choices to enhance the speed of the search process. Furthermore, Your Errors Plug incorporates integrated pop-up blocking and ad filtering, guaranteeing a more streamlined and less chaotic browsing encounter for users. Your Errors Plug not only aids with error codes but also provides valuable insights into website loading times and other crucial statistics. This ensures that you stay informed about the performance of the websites you access. Your Errors Plug partners with errors.net, Yahoo.com, and other partners to better support browsers on their journey, especially when they encounter websites displaying NX domain errors.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Your Errors Plug |
ID | khmlelceddigbfelljlckdbjfeceiopj |
Επίσημο URL | https://chromewebstore.google.com/detail/your-errors-plug/khmlelceddigbfelljlckdbjfeceiopj |
Περιγραφή | Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites. |
Μέγεθος Αρχείου | 21.1 KB |
Αριθμός Εγκαταστάσεων | 6,228 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2023-08-17 |
Ημερομηνία Δημοσίευσης | 2023-08-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://yourerrorsplug.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://yourerrorsplug.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://yourerrorsplug.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://yourerrorsplug.com?a=privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your Errors Plug", "homepage_url": "https:\/\/YourErrorsPlug.com", "description": "Your Errors Plug is an extension for seamless browsing, relevant results on error-prone 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:\/\/*\/*" ] } |