Video Downloader Prime
Easily download most popular video formats.
O que é Video Downloader Prime?
Video Downloader Prime é uma extensão do Chrome desenvolvida por Grephy, e sua principal característica é "Easily download most popular video formats.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Downloader Prime
Baixe arquivos de extensão Video Downloader Prime 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
Video Downloader Prime is an extension that helps you quickly download popular video formats right from your browser's toolbar popup. Note: Video Downloader Prime is NOT working for the YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome Store policies and restrictions. Note: Video Downloader Prime is NOT responsible for media content that you download with this addon. We strongly recommend that you verify the related media copyright permissions on each website before downloading any video file(s). Key features: 1. Toolbar popup, provides an easy interface to download the video(s) or copy the video links to the clipboard. 2. Badge icon text shows the number of captured videos within the page. 3. You can add, delete, or disable video formats from the Options page. 4. There is also an option to specify the minimum size for videos to trigger the download. If you see any bugs, or you have a feature request or other improvements in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-helper.html).
Informações Básicas da Extensão
Nome | Video Downloader Prime |
ID | gipjangphphajpkddogjcpgaoiidennb |
URL Oficial | https://chromewebstore.google.com/detail/video-downloader-prime/gipjangphphajpkddogjcpgaoiidennb |
Descrição | Easily download most popular video formats. |
Tamanho do Arquivo | 61.33 KB |
Contagem de Instalações | 50,000 |
Versão Atual | 0.2.7 |
Última Atualização | 2022-11-17 |
Data de Publicação | 2019-09-21 |
Classificação | 3.17/5 Total de 131 Avaliações |
Desenvolvedor | Grephy |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mybrowseraddon.com/download-helper.html |
URL da Página de Ajuda | https://mybrowseraddon.com/download-helper.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.7", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "name": "Video Downloader Prime", "permissions": [ "storage", "downloads", "webRequest" ], "description": "Easily download most popular video formats.", "homepage_url": "https:\/\/mybrowseraddon.com\/download-helper.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_popup": "data\/popup\/popup.html", "default_title": "Video Downloader Prime", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |