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?

Video Downloader - fast and free是由Security Web開發的Chrome擴展程式,該擴展的主要功能是“Video Downloader the fastest and easiest way to download online video from any sites except youtube”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Downloader - fast and free擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Video Downloader - fast and free Video Downloader - fast and free
ID gmjckjfjhloedeopkijkhdbaofakfnam
官方網址 https://chrome.google.com/webstore/detail/video-downloader-fast-and/gmjckjfjhloedeopkijkhdbaofakfnam
簡介 Video Downloader the fastest and easiest way to download online video from any sites except youtube
檔案大小 10.02 KB
安裝次數 10,000
目前版本 1.0.3
更新時間 2019-12-13
上架時間 2019-12-09
評分 3.80/5 共 15 次評分
開發者 Security Web
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://telegra.ph/Privacy-Policy-12-06-3
支援的語言 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
}