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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download full HD Pinterest videos in 1 click using this extension for free."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinterest Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |