Twitter Video Downloader

This extension allows you to download Twitter videos.

Twitter Video Downloaderคืออะไร?

Twitter Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twittervid.com และคุณลักษณะหลักของมันคือ "This extension allows you to download Twitter videos."

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

screenshot
screenshot
screenshot

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

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

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

                        This is a free browser extension that allows you to download Twitter videos with just a few clicks. With Twitter Vid, you can easily download Twitter videos from your feed, as well as from any tweet that contains a video. The extension adds a convenient download button to the top right corner of videos on Twitter, so you can download videos with ease.

Twitter Vid is easy to use and requires no technical knowledge. Simply install the extension in your browser, and the download button will appear on all Twitter videos. You can then click the button to download the video to your device.

In addition to downloading videos from the main Twitter website, Twitter Vid also works with Tweetdeck. Tweetdeck is a popular tool for managing and organizing Twitter accounts, and Twitter Vid allows you to download videos from Tweetdeck just as easily as you can from the main Twitter website.

Overall, Twitter Vid is a simple and convenient way to download Twitter videos and make them a part of your offline collection. Whether you're a social media enthusiast or just want to save your favorite Twitter videos for later, Twitter Vid is the perfect tool for you.

You can even try out the demo with any tweet on our website before installing: https://twittervid.com                    

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

ชื่อ Twitter Video Downloader Twitter Video Downloader
ID fpbmnfnipncpbfenhgoodkocemppkbbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-video-downloader/fpbmnfnipncpbfenhgoodkocemppkbbi
คำอธิบาย This extension allows you to download Twitter videos.
ขนาดไฟล์ 87.92 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.3.6
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2023-01-02
คะแนน 4.30/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://twittervid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twittervid.com
URL หน้าช่วยเหลือ https://twittervid.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,pt-PT,ru,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Twitter Vid",
    "homepage_url": "https:\/\/twittervid.com\/",
    "default_locale": "en",
    "version": "2.3.6",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "third_party\/jquery-3.6.3.min.js",
                "content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Twitter Vid",
        "default_icon": "images\/logo\/128x128.png"
    },
    "icons": {
        "16": "images\/logo\/16x16.png",
        "32": "images\/logo\/32x32.png",
        "48": "images\/logo\/48x48.png",
        "128": "images\/logo\/128x128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.twitterpicker.com\/*"
    ]
}