Inspect and view changes in Element Fullscreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Element Fullscreen",
"version": "1.0.0",
"description": "Pick any element on the page and view it in fullscreen",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_title": "Element Fullscreen",
"default_icon": "icon.svg"
},
"icons": {
"128": "icon.svg"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"compat.js",
"content.js"
]
}
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "element-fullscreen@extension.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"websiteContent"
]
}
}
}
} Best Element Fullscreen Alternatives
Here are some Firefox add-ons that are similar to Element Fullscreen: