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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pinterest Video Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Pinterest Video Downloader Pinterest Video Downloader
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"
}