Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Vad är Iframe Detector?
Iframe Detector är en Chrome-tillägg utvecklad av https://www.pericror.com, och dess huvudfunktion är "Provides iframe information when detected on the current page, and allows them to be deleted.".
Tilläggsskärmbilder
Ladda ner Iframe Detector-förlängningens CRX-fil
Ladda ner Iframe Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
Officiell webbadress | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
Beskrivning | Provides iframe information when detected on the current page, and allows them to be deleted. |
Filstorlek | 31.87 KB |
Antal Installationer | 5,521 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2018-12-11 |
Publiceringsdatum | 2018-12-10 |
Betyg | 4.07/5 Totalt 15 Betyg |
Utvecklare | https://www.pericror.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
Stödda Språk | 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 |