IncredibleVideoDownloader

Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…

IncredibleVideoDownloaderとは何ですか?

IncredibleVideoDownloaderはkovalcuk3467によって開発されたChromeの拡張機能で、その主な機能は「Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds.

The extension supports a wide variety of websites.
It is simple to use - just click the download button on the extension menu to save your favorite videos.                    

拡張機能の基本情報

名前 IncredibleVideoDownloader IncredibleVideoDownloader
ID hcafkklbokhhjalmlpaccpioojgllipi
公式URL https://chrome.google.com/webstore/detail/incrediblevideodownloader/hcafkklbokhhjalmlpaccpioojgllipi
説明 Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…
ファイルサイズ 521 KB
インストール数 3,000
現在のバージョン 0.0.1
最終更新日 2022-01-19
公開日 2022-01-19
評価 5.00/5 合計 24 レビュー
開発者 kovalcuk3467
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://appp.me/UKLgDf
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncredibleVideoDownloader",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}