Video Downloader Handy
Download your favorite videos and store them locally. Very handy!
Co to jest Video Downloader Handy?
Video Downloader Handy to rozszerzenie Chrome opracowane przez puper.technology, a jego główną funkcją jest „Download your favorite videos and store them locally. Very handy!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video Downloader Handy
Pobierz pliki rozszerzeń Video Downloader Handy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
📹 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aepidlinkpnbmfpnhndilmgpmdjhajad |
Oficjalny URL | https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad |
Opis | Download your favorite videos and store them locally. Very handy! |
Rozmiar pliku | 221 KB |
Liczba instalacji | 2,872 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2021-11-26 |
Data Publikacji | 2021-11-26 |
Ocena | 3.50/5 Łącznie 18 Oceny |
Deweloper | puper.technology |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://poqdev.com/privacity |
Obsługiwane Języki | 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", " |