VideoFetcher
Extension to fetch Videos on Websites
Что такое VideoFetcher?
VideoFetcher - это расширение Chrome, разработанное DatLag, и его основная функция - "Extension to fetch Videos on Websites".
Снимки экрана расширения
Скачать файл CRX расширения VideoFetcher
Скачайте файлы расширений VideoFetcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is an Open-Source VideoFetcher. It checks video players on the respective page for available videos and checks request headers for videos to ensure that all videos are found, because some sites try to prevent this from conventional video downloaders. This extension does not support YouTube videos! GitHub: https://github.com/DATL4G/VideoFetcher-Extension
Основная информация о расширении
Название | |
ID | dnbaoglnoniehlakplahpeacfnpeedhb |
Официальный URL | https://chromewebstore.google.com/detail/videofetcher/dnbaoglnoniehlakplahpeacfnpeedhb |
Описание | Extension to fetch Videos on Websites |
Размер файла | 72.12 KB |
Количество установок | 83 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2021-03-24 |
Дата публикации | 2021-03-23 |
Разработчик | DatLag |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/DATL4G/VideoFetcher-Extension |
URL страницы помощи | https://github.com/sponsors/DATL4G |
URL страницы политики конфиденциальности | https://datlag-page.web.app/policies |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoFetcher", "description": "Extension to fetch Videos on Websites", "version": "1.0.0", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ " |