URL Checker
Check if a URL is malicious or benign.
URL Checker क्या है?
URL Checker Super02 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check if a URL is malicious or benign."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you distinguish if URL's you are accessing are malicious or benign. To use this extension you simply go to a page of your choice and click on the extension. Through the power of AI the extension will determine purely based on the URL if the website is Benign or Malicious. Please note that this extension will not always accurately display if a URL is benign or malicious. This extension is only meant for fun/education purposes.
एक्सटेंशन की मूल जानकारी
नाम | URL Checker |
ID | dfmmocndemkjlgokckmpnhdpfcehpbpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf |
विवरण | Check if a URL is malicious or benign. |
फ़ाइल का आकार | 6 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-08-31 |
प्रकाशन तिथि | 2023-08-31 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Super02 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Checker", "description": "Check if a URL is malicious or benign.", "version": "1.0", "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/super02.me\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ " |