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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/view/winfreestuff/home และคุณลักษณะหลักของมันคือ "Downloads Twitter videos, gifs and images into your personal computer and many more with just a click of a mouse!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter To Mp4 Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}