Video Downloader Handy
Download your favorite videos and store them locally. Very handy!
O que é Video Downloader Handy?
Video Downloader Handy é uma extensão do Chrome desenvolvida por puper.technology, e sua principal característica é "Download your favorite videos and store them locally. Very handy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Downloader Handy
Baixe arquivos de extensão Video Downloader Handy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
📹 Download videos yourself from your favorite websites to watch locally! ⏬ The extension is designed to download from any sites where downloading videos is legal and allowed! 🌈 Download and save videos playable on the hard disk of the website 🌈 Choose between different video views 🌈 In playback mode, you can find MP4 videos 🌈 You can add a video to a list from which you have quick access to it and you can play it at any time without having to go back to the original web page. 🌈 You have the ability to play videos in any size 😌 If you have problems or videos that cannot be downloaded, please do not give a bad rating, but email us at [email protected] and help us improve this software. Thanks! ⚖️ The extension does not work for YouTube, Instagram, Dailymotion, Vk and Tiktok due to restrictions
Informações Básicas da Extensão
Nome | |
ID | aepidlinkpnbmfpnhndilmgpmdjhajad |
URL Oficial | https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad |
Descrição | Download your favorite videos and store them locally. Very handy! |
Tamanho do Arquivo | 221 KB |
Contagem de Instalações | 2,872 |
Versão Atual | 1.0.5 |
Última Atualização | 2021-11-26 |
Data de Publicação | 2021-11-26 |
Classificação | 3.50/5 Total de 18 Avaliações |
Desenvolvedor | puper.technology |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://poqdev.com/privacity |
Idiomas Suportados | de,en,fr,nl,es,ru |
manifest.json | |
{ "background": { "page": "extension\/background.html" }, "browser_action": { "default_icon": "icon19c.png", "default_title": "Video Downloader Handy" }, "content_scripts": [ { "all_frames": false, "js": [ "video\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon.png", "48": "icon48.png" }, "incognito": "split", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "startpage\/index.html?options=1", "permissions": [ "webRequest", "webRequestBlocking", " |