Active video-saver

Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…

Active video-saver là gì?

Active video-saver là một tiện ích mở rộng Chrome được phát triển bởi Paramon exct, và tính năng chính của nó là "Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…".

Ả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 Active video-saver

Tải xuống các tệp mở rộng Active video-saver 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

                        Meet a simple and fast video downloader that works on multiple sites and platforms.

No login required
Absolutely free
Download public videos from Instagram, Facebook, Tiktok, Vimeo
Download multiple files at the same time
Simple and elegant design
High download speed                    

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

Tên Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
URL Chính Thức https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
Mô tả Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-04-28
Ngày Phát Hành 2022-04-28
Nhà Phát Triển Paramon exct
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.0.0",
    "permissions": [
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/content_js\/providers\/fb.js",
                "js\/content_js\/providers\/inst.js",
                "js\/content_js\/providers\/vk.js",
                "js\/content_js\/searchVideos.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",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}