VIX video made

A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…

VIX video made là gì?

VIX video made là một tiện ích mở rộng Chrome được phát triển bởi edwardgriffin4519, và tính năng chính của nó là "A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        A simple video downloader for social media users.
VIX video made is a simple yet powerful video downloader designed for video sites like TikTok, Instagram, Facebook, etc.
SAVE VIDEOS FROM DIFFERENT SOURCES TO REVIEW LATER
This is where your search for the perfect video downloader for videos ends.
You no longer need to use programs or large utilities with many tools.
Whether you want to download short videos or long movies with one click, this is the perfect choice for you.                    

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

Tên VIX video made VIX video made
ID hhlgnaceapfjfjcooeimccjhiafaocao
URL Chính Thức https://chrome.google.com/webstore/detail/vix-video-made/hhlgnaceapfjfjcooeimccjhiafaocao
Mô tả A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…
Kích Thước Tệp 86.01 KB
Số Lần Cài Đặt 2,656
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-08-13
Ngày Phát Hành 2022-08-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển edwardgriffin4519
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://faithful-telephone-ba1.notion.site/The-Privacy-Policy-Edward-Griffin-s-43f6d1b3691b4abdbf55178a7436d423
Ngôn Ngữ Được Hỗ Trợ en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.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:;"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/content.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}