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".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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 } |