Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Twitter video downloaderคืออะไร?

Twitter video downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mp3downy.com และคุณลักษณะหลักของมันคือ "Twitter Video Downloader - Download twitter videos MP4 & GIF"

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

screenshot
screenshot

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

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

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

                        This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com.

It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments.

The most common websites which also providing the download service from twitter are,

twittervideodownloader chrome extension 
savetweetvid chrome extension 
twdown chrome extension 
downloadtwittervideo chrome extension 
twsaver chrome extension 
getfvid chrome extension 
twdownloader chrome extension 
ssstwitter chrome extension 
twdownload  chrome extension 
en.savefrom .net twitter video downloader chrome extension                    

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

ชื่อ Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
คำอธิบาย Twitter Video Downloader - Download twitter videos MP4 & GIF
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 2,493
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-14
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://mp3downy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mp3downy.com/
URL หน้าช่วยเหลือ https://mp3downy.com/
URL หน้านโยบายความเป็นส่วนตัว https://biggbossvotetelugu.info/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter video downloader",
    "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}