Twitter Downloader HD (X2Twitter)

X2Twitter.com is a free Twitter video downloader, allow to download MP4 videos, download GIFs, download mp3 music from Twitter.

Twitter Downloader HD (X2Twitter)คืออะไร?

Twitter Downloader HD (X2Twitter) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://x2twitter.com และคุณลักษณะหลักของมันคือ "X2Twitter.com is a free Twitter video downloader, allow to download MP4 videos, download GIFs, download mp3 music from Twitter."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Downloader HD (X2Twitter)

ดาวน์โหลดไฟล์ส่วนขยาย Twitter Downloader HD (X2Twitter) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension "Twitter Downloader HD (X2Twitter)" is the best Twitter video downloader that helps you to download Twitter videos for free.

Salient features:
- Allows downloading Twitter videos with the best quality.
- Support converting Twitter video to mp3, download audio(mp3) from Twitter.
- Download GIFs on Twitter quickly.
- Free Twitter video downloader unlimited use. We do not collect any fees from users.
- Privacy, We do not collect user information

Instructions for using Twitter Downloader HD (X2Twitter) on Chrome browser?
1. Open the Chrome browser and go to Twitter.
2. Navigate to the Twitter video you want to download.
3. Click the "Download" button at the bottom of the video.
4. Press the "Download MP4" or "Download MP3" button and wait a few seconds for the file to download to your computer.

Note:
After installing the extension, please reload the tab where you want to download the video so that the extension can recognize the video file!

We'd love to see your feedback or suggestions to improve the extension's performance! Please contact us with any problems or suggestions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Downloader HD (X2Twitter) Twitter Downloader HD (X2Twitter)
ID hnokkdggjfddhffmlfmnihhncamebkmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-downloader-hd-x2t/hnokkdggjfddhffmlfmnihhncamebkmn
คำอธิบาย X2Twitter.com is a free Twitter video downloader, allow to download MP4 videos, download GIFs, download mp3 music from Twitter.
ขนาดไฟล์ 71.56 KB
จำนวนการติดตั้ง 7,300
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-11-23
วันที่เผยแพร่ 2021-10-03
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://x2twitter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://x2twitter.com
URL หน้าช่วยเหลือ https://x2twitter.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://fdownloader.net/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,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_appName__",
    "version": "2.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": "images\/icon_24.png",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "short_name": "X2Twitter"
}