404 Redirector
Redirects 404/error pages to the website's home page
Τι είναι το 404 Redirector;
Το 404 Redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Justin Jacobs, και η κύρια λειτουργία του είναι "Redirects 404/error pages to the website's home page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 404 Redirector
Λήψη αρχείων επέκτασης 404 Redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you tired of encountering 404 error pages and dead ends while browsing the web? The 404 Redirector extension is here to help! With this extension, you'll never have to worry about getting stuck on a 404 page again. Whenever you encounter a 404 error or a URL with the word "error" in it, the extension will automatically redirect you to the homepage of the website. No more frustration or wasted time! The 404 Redirector extension is lightweight, easy to use, and requires no setup. Simply install it, and it will work in the background to keep you on track. So why wait? Install the 404 Redirector extension now and start browsing with peace of mind!
Βασικές Πληροφορίες Επέκτασης
Όνομα | 404 Redirector |
ID | cpibnljaodgflgemcnhoehejfoekcljn |
Επίσημο URL | https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn |
Περιγραφή | Redirects 404/error pages to the website's home page |
Μέγεθος Αρχείου | 6.06 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-12-22 |
Ημερομηνία Δημοσίευσης | 2022-12-21 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Justin Jacobs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "404 Redirector", "description": "Redirects 404\/error pages to the website's home page", "version": "1.0", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" } } |