WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Twitter Image Downloader

Twitter Image Downloader

View on Chrome Web Store
View Twitter Image Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

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

Download images from Twitter with original file names
Type
Extension
Users
424 users
3
lian
View author page of lian
Published
Published on September 2, 2024
Version 1.2
Manifest version
3
Updated
Updated on February 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Twitter Image Downloader 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",
    "manifest_version": 3,
    "name": "Twitter Image Downloader",
    "version": "1.2",
    "description": "Download images from Twitter with original file names",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "150": "icon150.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}
© 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