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とは何ですか?

VIX video madeはedwardgriffin4519によって開発されたChromeの拡張機能で、その主な機能は「A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

VIX video made拡張機能のCRXファイルをダウンロード

VIX video made拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VIX video made VIX video made
ID hhlgnaceapfjfjcooeimccjhiafaocao
公式URL https://chrome.google.com/webstore/detail/vix-video-made/hhlgnaceapfjfjcooeimccjhiafaocao
説明 A simple video downloader for social media users. VIX video made is a simple yet powerful video downloader designed for video sites…
ファイルサイズ 86.01 KB
インストール数 2,656
現在のバージョン 0.0.1
最終更新日 2022-08-13
公開日 2022-08-13
評価 1.00/5 合計 1 レビュー
開発者 edwardgriffin4519
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://faithful-telephone-ba1.notion.site/The-Privacy-Policy-Edward-Griffin-s-43f6d1b3691b4abdbf55178a7436d423
対応言語 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"
        }
    ]
}