Inspect and view changes in Messenger Bulk Archiver 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Messenger Bulk Archiver",
"version": "1.21",
"description": "An extension that makes it easy to bulk archive or unarchive chats on Facebook Messenger",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon_main_16.png",
"32": "images/icon_main_32.png",
"64": "images/icon_main_64.png",
"128": "images/icon_main_128.png"
}
},
"icons": {
"16": "images/icon_main_16.png",
"32": "images/icon_main_32.png",
"64": "images/icon_main_64.png",
"128": "images/icon_main_128.png"
},
"manifest_version": 3
}