URL Checker
Check if a URL is malicious or benign.
URL Checkerとは何ですか?
URL CheckerはSuper02によって開発されたChromeの拡張機能で、その主な機能は「Check if a URL is malicious or benign.」です。
拡張機能のスクリーンショット
URL Checker拡張機能のCRXファイルをダウンロード
URL Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |