MissURL
MissURL is a helpful tool that allows users to avoid http errors and review website performance data.
Τι είναι το MissURL;
Το MissURL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Missurl, και η κύρια λειτουργία του είναι "MissURL is a helpful tool that allows users to avoid http errors and review website performance data.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MissURL
Λήψη αρχείων επέκτασης MissURL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
No more frustrating 404 errors and broken pages. Transform those dead ends into doorways with our Chrome Extension! 🚪🌟 Let our innovative extension automatically guide you to a relevant and helpful content, making lost moments turn into productive discoveries. Unlock a world of seamless browsing today! Once you navigated to a broken or non existing page our extension shows you a brilliant missurl.net that offers a valuable information and a user friendly search bar with results powered by Bing. Moreover, the extension shows the speed load of every page you visit, this data is useful for websites owner in first place. And if there is anything causes delays in loading the page - you can see that element in extension's popup.
Βασικές Πληροφορίες Επέκτασης
Όνομα | MissURL |
ID | kkjmhfmobiabpicokdcgjjgogigkibca |
Επίσημο URL | https://chromewebstore.google.com/detail/missurl/kkjmhfmobiabpicokdcgjjgogigkibca |
Περιγραφή | MissURL is a helpful tool that allows users to avoid http errors and review website performance data. |
Μέγεθος Αρχείου | 9.51 KB |
Αριθμός Εγκαταστάσεων | 3,924 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2024-01-01 |
Ημερομηνία Δημοσίευσης | 2023-08-26 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Missurl |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://missurl.net/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "action": { "default_icon": "logo-128.png" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "js": [ "perf.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "description": "MissURL is a helpful tool that allows users to avoid http errors and review website performance data.", "homepage_url": "https:\/\/missurl.net", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "logo-128.png" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3, "name": "MissURL", "permissions": [ "webRequest", "webNavigation", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |