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文件

下載Prime Video Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}