Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Co je Iframe Detector?
Iframe Detector je rozšíření Chrome vyvinuté https://www.pericror.com, a jeho hlavní funkcí je „Provides iframe information when detected on the current page, and allows them to be deleted.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Iframe Detector
Stáhněte si soubory rozšíření Iframe Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
Oficiální URL | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
Popis | Provides iframe information when detected on the current page, and allows them to be deleted. |
Velikost souboru | 31.87 KB |
Počet instalací | 5,521 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2018-12-11 |
Datum Vydání | 2018-12-10 |
Hodnocení | 4.07/5 Celkem 15 Hodnocení |
Vývojář | https://www.pericror.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
Podporované Jazyky | 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 |