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…

What is VIX video made?

VIX video made is a Chrome extension developed by edwardgriffin4519, and its main feature is "A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VIX video made Extension CRX File

Download VIX video made extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VIX video made VIX video made
ID hhlgnaceapfjfjcooeimccjhiafaocao
Official URL https://chrome.google.com/webstore/detail/vix-video-made/hhlgnaceapfjfjcooeimccjhiafaocao
Description A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…
File Size 86.01 KB
Installation Count 2,656
Current Version 0.0.1
Last Updated 2022-08-13
Publish Date 2022-08-13
Rating 1.00/5 Total 1 Ratings
Developer edwardgriffin4519
Email [email protected]
Payment Type free
Privacy Policy Page URL https://faithful-telephone-ba1.notion.site/The-Privacy-Policy-Edward-Griffin-s-43f6d1b3691b4abdbf55178a7436d423
Supported Languages 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"
        }
    ]
}