Ultimate Video Downloader

Ultimate Video Downloader for popular media platforms! Downloader video for Facebook, Instagram, etc. The video downloader you need!

Ultimate Video Downloaderとは何ですか?

Ultimate Video Downloaderはmariat98garyによって開発されたChromeの拡張機能で、その主な機能は「Ultimate Video Downloader for popular media platforms! Downloader video for Facebook, Instagram, etc. The video downloader you need!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ultimate Video Downloader拡張機能のCRXファイルをダウンロード

Ultimate Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is NOT a Youtube video downloader. Unfortunately, due to restrictions of the Google Web Store Policies and Developer Program Policies, we can not download Youtube Videos. Thank you for understanding. 

The video downloader will help to find and quickly download video of web pages all over the Internet. Click on the extension icon and see all files for downloading. Choose a file and give it a second to be saved on your computer. Best video downloader Chrome extension, download video or audio in Chrome quickly and easily.

Why do you need this video downloader?   

- any available format can be downloaded —  flv, mp4, avi, asf, MPEG, mp3 and many more;
- no need to waste time in search for available music and video content — video downloader will do it for you;
- no ads, spy or malware; 
- easy to uninstall;
- you do not need to register an account to use this video downloader. You can download any video or audio without registering. This video downloader is free to use. 

Futures:
- download video playing on a website to a hard disk.
- play videos before you can download them.
- select between different resolutions if the site supports it ( e.g. at Vimeo )

Please note: some web pages need you to start playing the video first to help this video downloader find it.                    

拡張機能の基本情報

名前 Ultimate Video Downloader Ultimate Video Downloader
ID elpdbicokgbedckgblmbhoamophfbchi
公式URL https://chromewebstore.google.com/detail/ultimate-video-downloader/elpdbicokgbedckgblmbhoamophfbchi
説明 Ultimate Video Downloader for popular media platforms! Downloader video for Facebook, Instagram, etc. The video downloader you need!
ファイルサイズ 163 KB
インストール数 715,755
現在のバージョン 1.0.10
最終更新日 2024-02-02
公開日 2021-11-29
評価 4.06/5 合計 584 レビュー
開発者 mariat98gary
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://app-loady.com/privacy_policy.html
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.10",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon-32.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "64": "images\/icon-64.png",
        "32": "images\/icon-32.png"
    },
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.1.1.min.js",
                "scripts\/lib\/tools.js",
                "scripts\/lib\/md5.min.js",
                "scripts\/cfg.js",
                "scripts\/app.js",
                "scripts\/cnt.js"
            ],
            "css": [
                "styles\/app.css",
                "styles\/sidebar.css",
                "styles\/content.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}