Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Iframe Detectorとは何ですか?
Iframe Detectorはhttps://www.pericror.comによって開発されたChromeの拡張機能で、その主な機能は「Provides iframe information when detected on the current page, and allows them to be deleted.」です。
拡張機能のスクリーンショット
Iframe Detector拡張機能のCRXファイルをダウンロード
Iframe Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Alerts users if iframes are present on a web page with an extension badge that tracks the number of iframes detected. Provides additional security by giving visibility against sites containing iframes with malicious script. How can an iframe affect my security? See the following explanation of cross frame scripting: https://www.owasp.org/index.php/Cross_Frame_Scripting Pages often utilize iframes legitimately, but proceed with caution if these are used on sites with sensitive information (banking, username/password). The extension allows you to view and delete specific iframes with 'src' tags, and provides information on the 'src'. All iframes detected on the page are able to be deleted.
拡張機能の基本情報
名前 | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
公式URL | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
説明 | Provides iframe information when detected on the current page, and allows them to be deleted. |
ファイルサイズ | 31.87 KB |
インストール数 | 5,521 |
現在のバージョン | 2.1 |
最終更新日 | 2018-12-11 |
公開日 | 2018-12-10 |
評価 | 4.07/5 合計 15 レビュー |
開発者 | https://www.pericror.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
対応言語 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Provides iframe information when detected on the current page, and allows them to be deleted.", "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Iframe Detector", "short_name": "IframeDetect", "browser_action": { "default_icon": "icon-32.png", "default_title": "Page does not contain an |