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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides iframe information when detected on the current page, and allows them to be deleted."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Iframe Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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