videoSiphon

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

什么是videoSiphon?

videoSiphon是由Kankoz Labs开发的Chrome扩展程序,该扩展的主要功能是“This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载videoSiphon扩展crx文件

下载videoSiphon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
官方URL https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
简介 This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
文件大小 834 KB
安装次数 102
当前版本 1.1.8
更新时间 2021-09-22
上架时间 2020-06-25
评分 2.00/5 共4次评分
开发者 Kankoz Labs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://videosiphon.com
帮助页面URL https://docs.videosiphon.com/
隐私政策页面URL https://kankoz.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}