Prime Video Downloader

Save moments you like from Instagram, Vimeo, and Facebook.

Prime Video Downloader란 무엇입니까?

Prime Video Downloader은(는) Sydney Duval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save moments you like from Instagram, Vimeo, and Facebook."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our downloader for video allows you to download video you like from Instagram, Vimeo, and Facebook.

Why should I use it? It's simple and easy to work with!  It will not heist you to watch a video or story. You will not see the download button until you hover over the video or image you want to save.

The power of downloader for Instagram: 
 - save stories, save videos, save photos, bulk download for carousel posts and stories even embedded posts (works for any website that has embedded instagram post)
The power of downloader for vimeo: 
 - save video in best quality (you can choose)
The power of downloader for FB:
 - save videos you like in one click.

Easy download video, more easy download stories and photos with one click.

We always follow updates for these websites and make our extension works always. 

Always happy for feedback. 
Thanks                    

확장 프로그램 기본 정보

이름 Prime Video Downloader Prime Video Downloader
ID mieolfcieffnpnopbldmdnkmdopibgpj
공식 URL https://chromewebstore.google.com/detail/prime-video-downloader/mieolfcieffnpnopbldmdnkmdopibgpj
설명 Save moments you like from Instagram, Vimeo, and Facebook.
파일 크기 149 KB
설치 횟수 8,716
현재 버전 4.3.0
최근 업데이트 2021-05-20
출시 날짜 2021-01-26
평점 2.66/5 총 29 개의 평점
개발자 Sydney Duval
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/swift-facebook-downloader
지원되는 언어 en,en-GB,en-US,es,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_title": "Downloader"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/providers.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "Save moments you like from Instagram, Vimeo, and Facebook.",
    "icons": {
        "128": "images\/128.png"
    },
    "manifest_version": 2,
    "name": "Prime Video Downloader",
    "permissions": [
        "",
        "storage",
        "http:\/\/facebook.com\/",
        "https:\/\/facebook.com\/",
        "downloads"
    ],
    "short_name": "Video Downloader",
    "version": "4.3.0",
    "web_accessible_resources": [
        "images\/download_icon.png"
    ]
}