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
{
"name": "Extension",
"description": "Extesion",
"version": "10.5.3",
"manifest_version": 2,
"browser_action": {
"default_popup": "src/popup.html"
},
"background": {
"scripts": [
"src/background.js"
],
"persistent": true
},
"icons": {
"16": "icon/logo.png",
"32": "icon/logo.png",
"48": "icon/logo.png",
"128": "icon/logo.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"clipboardRead"
],
"browser_specific_settings": {
"gecko": {
"id": "{1ec4645c-48ae-47e0-bbb9-3a236e744cbb}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"websiteActivity"
],
"optional": [
"technicalAndInteraction"
]
}
}
}
} Best Extension Alternatives
Here are some Firefox add-ons that are similar to Extension: