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",
"description": "Extension",
"version": "3.15.3",
"browser_action": {
"default_title": "Extension"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"applications": {
"gecko": {
"id": "{7587d8f0-1c25-4007-984a-a6fba8493228}"
}
},
"permissions": [
"clipboardRead"
],
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "{7587d8f0-1c25-4007-984a-a6fba8493228}"
}
}
} Best Extension Alternatives
Here are some Firefox add-ons that are similar to Extension: