WebExtension.net
Toggle dark mode
WebExtension.net

X Image Downloader - Save HD Images from Twitter

View on Chrome Web Store
View X Image Downloader - Save HD Images from Twitter Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 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.

Easily download high-res images from Twitter/X, batch save them, and organize with custom folders. Privacy ensured, no data tracking
Type
Extension
Users
91 users
12
austinmezaext
View author page of austinmezaext
Published
Published on January 10, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on January 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View X Image Downloader - Save HD Images from Twitter 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",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "scripting",
        "downloads",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/ximagedownloader.com\/*",
        "*:\/\/*.x.com\/*",
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.x.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1WNNZJxIV06blApz1pTBSKMOwT3AyGSPdVPfc8aOg05XzAo\/D1hnzmBMv3NEeHD2lTQRYY1+Z\/aTiV9v4N4pww8mwrI+s\/pakdj1F7q20ChJu1t1mjvRln8K6PziIAmVYoe1+LNvXhRQ5hW6Zcbj0smcC\/js9jdADkRpj8DTf64R2nnybqGRjIVl5LH1s58jQyXAwurWvduOYi4km5cgLG\/3bLVCJREAsVZqE8ZG0uD8wQNIFlJ4NANdsk9IiwTeWZ1F9y5wzEfNnXL04lUeziuYABVfe2daoTxSz8185mXXgf8vWanSiAmhSKHf1cwvpQi2Bz5PYF393eSF\/E6RkwIDAQAB",
    "oauth2": {
        "client_id": "156960386782-7217tm66rbi4nhq4piskg83nob5lcol6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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