By: Developer
Inspect and view changes in Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Extension",
"version": "11.0",
"browser_specific_settings": {
"gecko": {
"id": "{a454adc1-426f-4c11-9a13-20234fc8bfcb}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"websiteActivity"
],
"optional": [
"technicalAndInteraction"
]
}
}
},
"background": {
"scripts": [
"assets/js/background.js"
],
"type": "module"
},
"browser_action": {
"default_popup": "animation.html",
"default_title": "Extension",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"permissions": [
"<all_urls>",
"storage",
"tabs",
"clipboardRead"
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
} Best Extension Alternatives
Here are some Firefox add-ons that are similar to Extension: