IncredibleVideoDownloader

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

IncredibleVideoDownloader là gì?

IncredibleVideoDownloader là một tiện ích mở rộng Chrome được phát triển bởi kovalcuk3467, và tính năng chính của nó là "Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IncredibleVideoDownloader

Tải xuống các tệp mở rộng IncredibleVideoDownloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IncredibleVideoDownloader IncredibleVideoDownloader
ID hcafkklbokhhjalmlpaccpioojgllipi
URL Chính Thức https://chrome.google.com/webstore/detail/incrediblevideodownloader/hcafkklbokhhjalmlpaccpioojgllipi
Mô tả Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…
Kích Thước Tệp 521 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-01-19
Ngày Phát Hành 2022-01-19
Đánh Giá 5.00/5 Tổng số 24 Đánh Giá
Nhà Phát Triển kovalcuk3467
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://appp.me/UKLgDf
Ngôn Ngữ Được Hỗ Trợ 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:;"
    }
}