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",
"name": "Easy Saver for Instagram",
"description": "Extension for saving media from Instagram's web version",
"version": "1.3.18",
"manifest_version": 3,
"action": {
"default_icon": "icons\/logo_120.png"
},
"icons": {
"16": "icons\/logo_16.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"permissions": [
"downloads",
"webNavigation",
"storage"
],
"options_page": "html\/options.html",
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
}
}