Prime Video Downloader

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

Prime Video Downloader là gì?

Prime Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Sydney Duval, và tính năng chính của nó là "Save moments you like from Instagram, Vimeo, and Facebook.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prime Video Downloader

Tải xuống các tệp mở rộng Prime Video Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prime Video Downloader Prime Video Downloader
ID mieolfcieffnpnopbldmdnkmdopibgpj
URL Chính Thức https://chromewebstore.google.com/detail/prime-video-downloader/mieolfcieffnpnopbldmdnkmdopibgpj
Mô tả Save moments you like from Instagram, Vimeo, and Facebook.
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 8,716
Phiên Bản Hiện Tại 4.3.0
Cập Nhật Lần Cuối 2021-05-20
Ngày Phát Hành 2021-01-26
Đánh Giá 2.66/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Sydney Duval
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/swift-facebook-downloader
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}