Pinterest Video Downloader
Download full HD Pinterest videos in 1 click using this extension for free.
什麼是Pinterest Video Downloader?
Pinterest Video Downloader是由http://youtubevideodownloader.site開發的Chrome擴展程式,該擴展的主要功能是“Download full HD Pinterest videos in 1 click using this extension for free.”。
擴展截圖
下載Pinterest Video Downloader擴展crx文件
下載Pinterest Video Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bnppjlomogmbimagonoipbmpeeeodlpo |
官方網址 | https://chrome.google.com/webstore/detail/pinterest-video-downloade/bnppjlomogmbimagonoipbmpeeeodlpo |
簡介 | Download full HD Pinterest videos in 1 click using this extension for free. |
檔案大小 | 38.64 KB |
安裝次數 | 20,000 |
目前版本 | 1.0.6 |
更新時間 | 2021-03-14 |
上架時間 | 2020-07-11 |
評分 | 2.59/5 共 22 次評分 |
開發者 | http://youtubevideodownloader.site |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://youtubevideodownloader.site/ |
說明頁面URL | https://youtubevideodownloader.site/aboutus.html |
支援的語言 | 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" } |