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…

Wat is VIX video made?

VIX video made is een Chrome-extensie ontwikkeld door edwardgriffin4519, en de belangrijkste functie is "A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VIX video made

Download VIX video made-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VIX video made VIX video made
ID hhlgnaceapfjfjcooeimccjhiafaocao
Officiële URL https://chrome.google.com/webstore/detail/vix-video-made/hhlgnaceapfjfjcooeimccjhiafaocao
Beschrijving A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…
Bestandsgrootte 86.01 KB
Aantal Installaties 2,656
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-08-13
Publicatiedatum 2022-08-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar edwardgriffin4519
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://faithful-telephone-ba1.notion.site/The-Privacy-Policy-Edward-Griffin-s-43f6d1b3691b4abdbf55178a7436d423
Ondersteunde Talen 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"
        }
    ]
}