videoSiphon

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

videoSiphon là gì?

videoSiphon là một tiện ích mở rộng Chrome được phát triển bởi Kankoz Labs, và tính năng chính của nó là "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng videoSiphon

Tải xuống các tệp mở rộng videoSiphon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
URL Chính Thức https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Mô tả This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
Kích Thước Tệp 834 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2020-06-25
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Kankoz Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://videosiphon.com
URL Trang Trợ Giúp https://docs.videosiphon.com/
URL Trang Chính Sách Bảo Mật https://kankoz.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}