Video Downloader Extension

Video Downloader Extension to Download videos from web or just collect them in your video list

Video Downloader Extensionとは何ですか?

Video Downloader ExtensionはUltimate Video Downloader Extensionによって開発されたChromeの拡張機能で、その主な機能は「Video Downloader Extension to Download videos from web or just collect them in your video list」です。

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

screenshot

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

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

拡張機能の使用方法

                        Introducing the ultimate Video Downloader Extension!

Unleash the power to download and save captivating videos from popular websites directly to your hard disk. Brace yourself for an immersive experience as you explore a world of high-resolution possibilities, with the ability to select the perfect video quality on compatible sites like Vimeo.

But that's not all! Elevate your entertainment game by seamlessly streaming MP4 videos to your TV through the remarkable Google Chromecast or indulge in a cinematic journey right from the comfort of your home using Google Home. It's time to bring the magic of the big screen to your fingertips.

We understand your need for convenience, which is why we've designed a cutting-edge feature that allows you to effortlessly add videos to your exclusive video list. With quick access and the freedom to play them anytime, anywhere, without ever having to return to the original web page. What's more, you're in control of the viewing experience, with the ability to adjust video size, currently available on selected video providers like Youtube and Vimeo.

Attention, avid video enthusiasts! We regret to inform you that due to Chrome Store rules, we have restricted the download functionality for YouTube, Instagram, Dailymotion, Vk, and Tiktok videos. We understand the disappointment this may cause.

Privacy is our utmost priority, and we want you to rest assured that the Video Downloader extension is dedicated to preserving your personal information. We do not collect or transmit any sensitive data. The only non-personalized data we gather includes the video address or fragments thereof, and it is solely used in the following instances: when you manually add videos to the video list, triggering a request to the original website for relevant information such as title and thumbnail; when you play a video from the video list, prompting the loading and execution of the source website's playing code; when accessing the Video Downloader extension menu, initiating a request to the origin of the discovered videos to retrieve their length. Additionally, on supported video sites, we fetch supplementary data from these platforms to obtain the video file addresses, ensuring an unparalleled video downloading experience while safeguarding your privacy.

Unleash the power of the ultimate Video Downloader Extension and revolutionize your video consumption today!                    

拡張機能の基本情報

名前 Video Downloader Extension Video Downloader Extension
ID aallomodkfbfcmompmghinoldeojfmca
公式URL https://chromewebstore.google.com/detail/video-downloader-extensio/aallomodkfbfcmompmghinoldeojfmca
説明 Video Downloader Extension to Download videos from web or just collect them in your video list
ファイルサイズ 166 KB
インストール数 170
現在のバージョン 1.0.2
最終更新日 2023-07-09
公開日 2023-07-08
開発者 Ultimate Video Downloader Extension
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vRakfHr1bhsLZ7ABKFX1AfhLEIAM3CqueXIFQIcrJvsT3SmtsLliGKLoBSyvz6TOWZ0Bplw0j5qhDwz/pub
対応言語 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Downloader Extension",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "version": "1.0.2",
    "permissions": [
        "webRequest",
        "downloads",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "downloadscontent.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Video Downloader Extension",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}