Inspect and view changes in Expand Reddit Comments source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "ExpandReddit",
"version": "1.1",
"description": "Expands collapsed comments on 'old' Reddit after clicking a button.",
"icons": {
"32": "icons/ExpandReddit-32.png",
"48": "icons/ExpandReddit.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/ExpandReddit-32.png",
"default_title": "ExpandReddit",
"default_area": "navbar"
},
"background": {
"scripts": [
"ExpandReddit.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{af72a944-0335-461e-b5bc-eac15f200bcb}"
}
}
}