Twitter Video Download & GIF Downloader

Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format.

What is Twitter Video Download & GIF Downloader?

Twitter Video Download & GIF Downloader is a Chrome extension developed by evanssophia549, and its main feature is "Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitter Video Download & GIF Downloader Extension CRX File

Download Twitter Video Download & GIF Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to our "Twitter Video Download & GIF Downloader" plugin, designed to cater to your needs for efficient and hassle-free Twitter video and GIF downloads! No more dealing with the complexities of copying and pasting links – our plugin simplifies the entire download process, enabling you to effortlessly save your preferred Twitter videos and GIFs at any time, wherever you are.

💡 Key Features:
● Easy Download of Twitter Videos and GIFs: Quickly download Twitter videos and GIFs without the need for link copying. Whether it's captivating moments, humorous clips, or any other compelling content, all can be effortlessly saved to your device.
● High-Definition Video Downloads: Our plugin supports high-definition video downloads, ensuring you get the best possible viewing experience. Say goodbye to worries about losing video details – enjoy one-click download for HD videos!
● User-Friendly Interface: Designed with a clean and user-friendly interface, making it easy for you to complete download operations in an instant. Even users less familiar with technology can quickly get the hang of it.
● Multiple Download Options: Provide various download options to meet different user needs. Choose to download videos or GIFs, and select the preferred resolution and format.
● Intelligent Link Recognition: Our plugin features intelligent link recognition, eliminating the need for manual copying and pasting. Just click the download button, and the plugin will automatically identify and initiate the download.

How to Use❓:
● Logging into your Twitter account:
    ○ Open your browser and visit https://twitter.com/home.
    ○ Ensure that you have successfully logged into your Twitter account.
● Downloading images:
    ○ Go to https://twitter.com/homeand locate the image you want to download.
    ○ Beneath the image, you will find a dedicated download button. Simply click the button to initiate the download of your selected image.
● Downloading videos:
    ○ Look for the video or GIF you are interested in.
    ○ Click on the plugin icon next to the video or GIF; this will prompt the plugin to complete the download of the current video.

Notes:
Please ensure compliance with Twitter platform terms of use. Only download video from Twitter and use content you have the right to download and use. We encourage users to use the plugin within legal boundaries.
Don't miss out on any exciting moments – download the "Twitter Video Download & GIF Downloader" plugin now and enjoy high-quality Twitter videos and GIF content!

Disclaimer: Twitter Video Download & GIF Downloader is not an official plugin. Twitter™ is a trademark of Twitter Inc.                    

Extension Basic Information

Name Twitter Video Download & GIF Downloader Twitter Video Download & GIF Downloader
ID ajpnmndbpdmiligajcmnljpiphpjafld
Official URL https://chromewebstore.google.com/detail/twitter-video-download-gi/ajpnmndbpdmiligajcmnljpiphpjafld
Description Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format.
File Size 835 KB
Installation Count 1,218
Current Version 1.0.11
Last Updated 2024-02-29
Publish Date 2023-12-07
Rating 4.77/5 Total 22 Ratings
Developer evanssophia549
Email [email protected]
Payment Type free
Privacy Policy Page URL https://easycomment.ai/privacy-and-cookies-policy
Supported Languages id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/tweetgrok.ai\/",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.twitter.js"
            ],
            "css": [
                ".\/css\/index.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "inject.bundle.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "version": "1.0.11"
}