Video Downloader Professional
Video Downloader Professional will help you download popular videos and any medias you want!
什麼是Video Downloader Professional?
Video Downloader Professional是由Video Downloader Professional開發的Chrome擴展程式,該擴展的主要功能是“Video Downloader Professional will help you download popular videos and any medias you want!”。
擴展截圖
下載Video Downloader Professional擴展crx文件
下載Video Downloader Professional擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Video Downloader Plus is a free chrome browser extension for downloading online videos. Video Downloader Plus allows you to download any video you want from your favourite video and tube sites. No more delays to watch videos online, Video Downloader Plus will become your favorite downloader. The extension is very easy to use. You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the video to your PC. Why to install this: ✓ Support MP4, MOV, AVI, ASF, MPG and many more. ✓ Download almost from 99% of video hosting websites. ✓ Easy, fast, safe and light!. ✓ You can download multiple videos simultaneously. ✓ Detect multiple formats to downloads.
擴展基本資訊
名稱 | |
ID | jdcmcfpdbcbmapimfbeniamghacgofpe |
官方網址 | https://chrome.google.com/webstore/detail/video-downloader-professi/jdcmcfpdbcbmapimfbeniamghacgofpe |
簡介 | Video Downloader Professional will help you download popular videos and any medias you want! |
檔案大小 | 268 KB |
安裝次數 | 20,000 |
目前版本 | 2.6.6 |
更新時間 | 2019-11-08 |
上架時間 | 2019-11-08 |
評分 | 2.89/5 共 36 次評分 |
開發者 | Video Downloader Professional |
付費類型 | free |
支援的語言 | de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,bn,ja |
manifest.json | |
{ "background": { "page": "extension\/background.html" }, "browser_action": { "default_icon": "logo\/icon19.png", "default_title": "__MSG_appName__" }, "content_scripts": [ { "all_frames": false, "js": [ "video\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "logo\/128.png", "16": "logo\/16.png", "48": "logo\/48.png" }, "incognito": "split", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.6.6", "web_accessible_resources": [ "*" ] } |