Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Iframe Detector là gì?
Iframe Detector là một tiện ích mở rộng Chrome được phát triển bởi https://www.pericror.com, và tính năng chính của nó là "Provides iframe information when detected on the current page, and allows them to be deleted.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Iframe Detector
Tải xuống các tệp mở rộng Iframe Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
URL Chính Thức | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
Mô tả | Provides iframe information when detected on the current page, and allows them to be deleted. |
Kích Thước Tệp | 31.87 KB |
Số Lần Cài Đặt | 5,521 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2018-12-11 |
Ngày Phát Hành | 2018-12-10 |
Đánh Giá | 4.07/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://www.pericror.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
Ngôn Ngữ Được Hỗ Trợ | 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 |