videoSiphon

This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing

Apa itu videoSiphon?

videoSiphon adalah ekstensi Chrome yang dikembangkan oleh Kankoz Labs, dan fitur utamanya adalah "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi videoSiphon

Unduh file ekstensi videoSiphon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to download videos from Facebook, Vimeo and Wistia only in ONE CLICK                    

Informasi Dasar Ekstensi

Nama videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
URL Resmi https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Deskripsi This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
Ukuran File 834 KB
Jumlah Instalasi 102
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2021-09-22
Tanggal Publikasi 2020-06-25
Penilaian 2.00/5 Total 4 Penilaian
Pengembang Kankoz Labs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://videosiphon.com
URL Halaman Bantuan https://docs.videosiphon.com/
URL Halaman Kebijakan Privasi https://kankoz.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "videoSiphon",
    "short_name": "videoSiphon",
    "version": "1.1.8",
    "description": "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "config.js",
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "VideoSiphon",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "cookies",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.4.1.min.js",
                "assets\/js\/content.js"
            ],
            "all_frames": true,
            "css": [
                "\/assets\/css\/content.css"
            ]
        }
    ]
}