Video Downloader
Video Downloader - fast download videos from any webs.
Video Downloaderとは何ですか?
Video DownloaderはVideo Downloaderによって開発されたChromeの拡張機能で、その主な機能は「Video Downloader - fast download videos from any webs.」です。
拡張機能のスクリーンショット
Video Downloader拡張機能のCRXファイルをダウンロード
Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats. How To: For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. Privacy Policy: Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.
拡張機能の基本情報
名前 | Video Downloader |
ID | bmfdeblldppdipllplghgfcdglodfggn |
公式URL | https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn |
説明 | Video Downloader - fast download videos from any webs. |
ファイルサイズ | 99.32 KB |
インストール数 | 37,684 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-06-11 |
公開日 | 2020-05-16 |
評価 | 3.39/5 合計 54 レビュー |
開発者 | Video Downloader |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Video Downloader", "description": "Video Downloader - fast download videos from any webs.", "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "manifest_version": 3, "permissions": [ "downloads", "tabs" ], "web_accessible_resources": [ { "matches": [ " |