By: Quynh
Inspect and view changes in Element Blur Brush source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Element Blur Brush",
"version": "1.0.0",
"description": "Select a region/element and apply a visual blur overlay (non-destructive) for screenshots.",
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_title": "Element Blur Brush",
"default_popup": "popup.html",
"default_icon": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "elementblurbrush@example.com",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"default_locale": "en"
} Best Element Blur Brush Alternatives
Here are some Firefox add-ons that are similar to Element Blur Brush: