Twitter To Mp4 Downloader

Downloads Twitter videos, gifs and images into your personal computer and many more with just a click of a mouse!

什么是Twitter To Mp4 Downloader?

Twitter To Mp4 Downloader是由https://sites.google.com/view/winfreestuff/home开发的Chrome扩展程序,该扩展的主要功能是“Downloads Twitter videos, gifs and images into your personal computer and many more with just a click of a mouse!”。

扩展截图

screenshot
screenshot
screenshot

下载Twitter To Mp4 Downloader扩展crx文件

下载Twitter To Mp4 Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        x to mp4 - Twitter to mp4 video download is a game-changer for Twitter users. Now you can easily download tw videos, photos, and GIFs direct from Twitter to your computer for personal use. Twitter to mp4 chrome extension is really easy to use. 

Simply just Install Twitter to mp4 chrome extension then log in to Twitter and start download tw videos in different resolutions, favorite images, and gifs!

This Twitter to mp4 video downloader - x to mp4 allows:
-Download video in different resolutions like 240p, 360p, 720p
-Download video twitter mp4
-Select what media you want to download
-twitter download gif
-Download many videos 
-allows you to save multiple videos at the same time

How to download video from twitter? ( x to mp4 )
1. install Twitter to mp4 chrome extension
2. Click download button
3. Choose what you want to download
4. Select video quality
5. Click download button
6. Enjoy your favorite video

Many apps allow you to Download tw videos directly from Twitter but to do that you have to leave your favorite platform. 

With our Twitter to mp4 chrome extension, you download videos photos and gifs without leaving your twitter page.                    

扩展基本信息

名称 Twitter To Mp4 Downloader Twitter To Mp4 Downloader
ID kibabnffmmmlaadagpbalbpfhmkfdmlh
官方URL https://chromewebstore.google.com/detail/twitter-to-mp4-downloader/kibabnffmmmlaadagpbalbpfhmkfdmlh
简介 Downloads Twitter videos, gifs and images into your personal computer and many more with just a click of a mouse!
文件大小 49.26 KB
安装次数 905
当前版本 1
更新时间 2023-12-04
上架时间 2023-01-31
评分 4.53/5 共32次评分
开发者 https://sites.google.com/view/winfreestuff/home
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://sites.google.com/view/winfreestuff/home
帮助页面URL https://twittertomp4.com/how-to-use/
隐私政策页面URL https://twittertomp4.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter To Mp4 Downloader",
    "version": "1",
    "description": "Downloads Twitter videos, gifs and images into your personal computer and many more with just a click of a mouse!",
    "author": "Mohamed Ashour",
    "background": {
        "service_worker": "dist\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "dist\/HTML\/popup.html",
        "default_title": "Twitter Download"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "dist\/js\/ExtPay.js"
            ],
            "run_at": "document_start",
            "type": "module"
        },
        {
            "all_frames": true,
            "js": [
                "dist\/js\/ExtPay.js",
                "dist\/js\/content-script.js",
                "dist\/js\/content.js"
            ],
            "css": [
                "dist\/CSS\/content.css"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_start",
            "type": "module"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}