Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Photo Downloader for Facebook, Instagram, +",
"description": "Download photos from Facebook, Instagram and other sites with photos",
"version": "4.0.0",
"minimum_chrome_version": "90",
"manifest_version": 3,
"icons": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"action": {
"default_icon": "\/images\/icon_128.png",
"default_popup": "\/src\/Popup\/index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/analytics\/scripts\/content.js",
"src\/analytics\/scripts\/recommendShowAdUrl.js"
],
"css": [
"src\/analytics\/scripts\/styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/analytics\/images\/record.png",
"src\/analytics\/images\/recimage.png",
"src\/analytics\/images\/howto.jpg",
"src\/analytics\/images\/down.png",
"src\/analytics\/images\/8.gif"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "\/src\/Options\/index.html",
"background": {
"service_worker": "\/src\/background\/background.js",
"type": "module"
},
"permissions": [
"activeTab",
"downloads",
"tabs",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"scripting"
],
"host_permissions": [
"<all_urls>"
]
}