By: CarlosAMolina Add-on
Inspect and view changes in Check iframe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Check iframe",
"version": "2.1.0",
"description": "Browser extension that indicates if the current web page uses iframes or frames and allows you to browse through them.",
"homepage_url": "https://github.com/CarlosAMolina/checkIframe",
"icons": {
"123": "icons/addonIcon.png"
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"host_permissions": [
"https://*/*",
"http://*/*",
"file:///*"
],
"action": {
"default_icon": "icons/i_gray.png",
"default_title": "CheckIframe",
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
"all_frames": false,
"run_at": "document_end",
"matches": [
"https://*/*",
"http://*/*",
"file:///*"
],
"js": [
"content_scripts/loader.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content_scripts/check-and-border.js",
"browser-polyfill.js",
"logger.js"
],
"matches": [
"https://*/*",
"http://*/*",
"file:///*"
]
}
],
"background": {
"scripts": [
"background_scripts/background.js"
],
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "{117d8485-1088-4ce1-9050-5e9a05e6a8ee}",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {}
}
} Best Check iframe Alternatives
Here are some Firefox add-ons that are similar to Check iframe:
IFrame Changer
giahoki
IframeWatch
Alberta
Iframe Broker
Vinoth Kumar
Frame Color per Site
Patrik Dudits
Link Checker fork
hl
Link Revealer
Leonardo
Enhanced iFrame Protection
odacavo
Website color coding
MrCapybara
Librefox HTTP Watcher - Red flag
intika
URLColors
URLColors
Domain Defender (TM)
paulgee
OhMyECH - ECH Indicator
27justin