X Video Downloader | Fast and Free
Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Что такое X Video Downloader | Fast and Free?
X Video Downloader | Fast and Free - это расширение Chrome, разработанное Creative Extensions Studio, и его основная функция - "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".
Снимки экрана расширения
Скачать файл CRX расширения X Video Downloader | Fast and Free
Скачайте файлы расширений X Video Downloader | Fast and Free в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Meet the 'X Video Downloader' Chrome browser extension formerly known as "Twitter Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter). Get started now for free! 🙌
Основная информация о расширении
Название | X Video Downloader | Fast and Free |
ID | dknlpoinnbnmbocobocfmbanemkpmpac |
Официальный URL | https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac |
Описание | Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use |
Размер файла | 31.13 KB |
Количество установок | 1,300 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2023-10-17 |
Дата публикации | 2023-09-17 |
Рейтинг | 4.91/5 Всего 11 оценок |
Разработчик | Creative Extensions Studio |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://sites.google.com/view/polity-extension/home |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "X Video Downloader | Fast and Free", "description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use", "manifest_version": 3, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "service_worker": "bg_service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |