videoSiphon

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

What is videoSiphon?

videoSiphon is a Chrome extension developed by Kankoz Labs, and its main feature is "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download videoSiphon Extension CRX File

Download videoSiphon 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

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

Extension Basic Information

Name videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
Official URL https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Description This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
File Size 834 KB
Installation Count 102
Current Version 1.1.8
Last Updated 2021-09-22
Publish Date 2020-06-25
Rating 2.00/5 Total 4 Ratings
Developer Kankoz Labs
Email [email protected]
Payment Type free
Extension Website https://videosiphon.com
Help Page URL https://docs.videosiphon.com/
Privacy Policy Page URL https://kankoz.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}