Pinterest Video Downloader
Download full HD Pinterest videos in 1 click using this extension for free.
Pinterest Video Downloader là gì?
Pinterest Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi http://youtubevideodownloader.site, và tính năng chính của nó là "Download full HD Pinterest videos in 1 click using this extension for free.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pinterest Video Downloader
Tải xuống các tệp mở rộng Pinterest Video Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bnppjlomogmbimagonoipbmpeeeodlpo |
URL Chính Thức | https://chrome.google.com/webstore/detail/pinterest-video-downloade/bnppjlomogmbimagonoipbmpeeeodlpo |
Mô tả | Download full HD Pinterest videos in 1 click using this extension for free. |
Kích Thước Tệp | 38.64 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2021-03-14 |
Ngày Phát Hành | 2020-07-11 |
Đánh Giá | 2.59/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | http://youtubevideodownloader.site |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://youtubevideodownloader.site/ |
URL Trang Trợ Giúp | https://youtubevideodownloader.site/aboutus.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |