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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://mp3downy.com/
عنوان صفحة سياسة الخصوصية 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
}