Pinterest Video Downloader
Download full HD Pinterest videos in 1 click using this extension for free.
Τι είναι το Pinterest Video Downloader;
Το Pinterest Video Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://youtubevideodownloader.site, και η κύρια λειτουργία του είναι "Download full HD Pinterest videos in 1 click using this extension for free.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pinterest Video Downloader
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" } |