Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Download audio message Messenger\/Instagram\/Facebook Plus",
"version": "2.0.5",
"description": "Download voice\/audio messages of Messenger,Instagram,Facebook.",
"permissions": [
"webRequest",
"downloads",
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.messenger.com\/*",
"*:\/\/*.fbcdn.net\/*",
"*:\/\/*.cdninstagram.com\/*",
"*:\/\/*.fbsbx.com\/*"
],
"icons": {
"32": "icons\/32.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.messenger.com\/*",
"https:\/\/www.facebook.com\/*"
],
"js": [
"content_meta.js",
"ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"popup.js",
"icons\/*",
"js\/meta_inject.js",
"ExtPay.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}