Video Downloader - fast and free

Video Downloader the fastest and easiest way to download online video from any sites except youtube

Video Downloader - fast and free là gì?

Video Downloader - fast and free là một tiện ích mở rộng Chrome được phát triển bởi Security Web, và tính năng chính của nó là "Video Downloader the fastest and easiest way to download online video from any sites except youtube".

Ả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 Video Downloader - fast and free

Tải xuống các tệp mở rộng Video Downloader - fast and free 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

                        Video Downloader - the fastest and easiest way to download any video from any website. 

Save any online video from your favorite websites with this Video Downloader.
No more delays to watch videos online, the evolution of downloaders has come, this extension will become your favorite video saver.

 Why to install Fast: 

 - Download any online video format such as .flv video, mp4, avi, asf, mpeg and more. 
 - Build your video list of favorite videos to watch them at anytime. 
 - Easy, fast, safe and light!. 
 - You can download multiple videos simultaneously. 
 - You don't need to watch the videos online, you can now download all to your computer!

Policy disclaimer:
Due to restrictions of the chrome shop, download youtube videos is not allowed, forbidden to download videos from youtube.
You can uninstall the extension whenever you want on your chrome panel.                    

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

Tên Video Downloader - fast and free Video Downloader - fast and free
ID gmjckjfjhloedeopkijkhdbaofakfnam
URL Chính Thức https://chrome.google.com/webstore/detail/video-downloader-fast-and/gmjckjfjhloedeopkijkhdbaofakfnam
Mô tả Video Downloader the fastest and easiest way to download online video from any sites except youtube
Kích Thước Tệp 10.02 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-12-13
Ngày Phát Hành 2019-12-09
Đánh Giá 3.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Security Web
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://telegra.ph/Privacy-Policy-12-06-3
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader - fast and free",
    "short_name": "Video Downloader",
    "description": "Video Downloader the fastest and easiest way to download online video from any sites except youtube",
    "version": "1.0.3",
    "permissions": [
        "downloads",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content\/facebook.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}