MissURL
MissURL is a helpful tool that allows users to avoid http errors and review website performance data.
MissURL क्या है?
MissURL Missurl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MissURL is a helpful tool that allows users to avoid http errors and review website performance data."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MissURL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |