Pinterest Video Downloader
Download full HD Pinterest videos in 1 click using this extension for free.
O que é Pinterest Video Downloader?
Pinterest Video Downloader é uma extensão do Chrome desenvolvida por http://youtubevideodownloader.site, e sua principal característica é "Download full HD Pinterest videos in 1 click using this extension for free.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pinterest Video Downloader
Baixe arquivos de extensão Pinterest Video Downloader 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 any video from Pinterest using this chrome extension for free. We don't limit your speed or put any type of ads so as to disturb your experience of downloading videos. Features 1. Download Pinterest Video. 2. No spammy ads or purchase required. 3. Privacy Protected downloads. (No information is stored during the downloading of video.) 4. Blazing fast download speed. 5. Easy to follow instruction with a full youtube video on how to use the extension. 6. Available in multiple languages.
Informações Básicas da Extensão
Nome | |
ID | bnppjlomogmbimagonoipbmpeeeodlpo |
URL Oficial | https://chrome.google.com/webstore/detail/pinterest-video-downloade/bnppjlomogmbimagonoipbmpeeeodlpo |
Descrição | Download full HD Pinterest videos in 1 click using this extension for free. |
Tamanho do Arquivo | 38.64 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.0.6 |
Última Atualização | 2021-03-14 |
Data de Publicação | 2020-07-11 |
Classificação | 2.59/5 Total de 22 Avaliações |
Desenvolvedor | http://youtubevideodownloader.site |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://youtubevideodownloader.site/ |
URL da Página de Ajuda | https://youtubevideodownloader.site/aboutus.html |
Idiomas Suportados | de,en,fr,no,vi,tr,es,es-419,it,pl,pt-BR,ro,ru,th,zh-CN,zh-TW,ja |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/48x48.png", "default_title": "youtubevideodownloader.site" }, "content_scripts": [ { "js": [ "js\/contentscript.js" ], "matches": [ "https:\/\/pinterest.com\/*", "http:\/\/pinterest.com\/*", "http:\/\/www.pinterest.com\/*", "https:\/\/www.pinterest.com\/*", "https:\/\/www.google.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/128x128.png", "16": "images\/16x16.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "__MSG_name__", "offline_enabled": true, "permissions": [ "storage", "tabs", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |