WebExtension.net
Toggle dark mode
WebExtension.net

Twitter Video Downloader

View on Chrome Web Store
View Twitter Video Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new 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 videos, images and gif from twitter with only one click
Type
Extension
Users
390 users
53
Adslibrary.ai
View author page of Adslibrary.ai
Published
Published on December 10, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on December 18, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Twitter Video 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
{
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "96",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "icons\/*",
                "images\/*",
                "fonts\/*",
                "static\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.com\/*"
            ],
            "css": [
                "css\/all.css",
                "css\/displayElement.css"
            ],
            "js": [
                "js\/all.js",
                "js\/downloadMain.js",
                "js\/displayElement.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
WebExtension.net

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

© 2024 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