WebExtension.net
Toggle dark mode
WebExtension.net

Photo Downloader for Facebook, Instagram, +

View on Chrome Web Store
View Photo Downloader for Facebook, Instagram, + Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Download photos from Facebook, Instagram and other sites with photos
Type
Extension
Users
393 users
5
VideoShots
View author page of VideoShots
Published
Published on January 9, 2025
Version 4.0.0
Manifest version
3
Updated
Updated on January 9, 2025
lifestyle/art
Extension Category
View on Chrome Web Store
View Photo Downloader for Facebook, Instagram, + Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top