WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Iframe Detector

Iframe Detector

View on Chrome Web Store
View Iframe Detector Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (16 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Provides iframe information when detected on the current page, and allows them to be deleted.
Type
Extension
Users
3,000 users
500
Pericror
View author page of Pericror
Published
Published on July 25, 2012
Version 2.1
Manifest version
2
Updated
Updated on December 11, 2018
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Iframe Detector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Iframe Detector",
    "short_name": "IframeDetect",
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Page does not contain an <iframe>",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "homepage_url": "http:\/\/www.pericror.com\/software\/iframe-detector-chrome-extension\/"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top