videoSiphon

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

Wat is videoSiphon?

videoSiphon is een Chrome-extensie ontwikkeld door Kankoz Labs, en de belangrijkste functie is "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie videoSiphon

Download videoSiphon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
Officiële URL https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Beschrijving This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
Bestandsgrootte 834 KB
Aantal Installaties 102
Huidige Versie 1.1.8
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2020-06-25
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Kankoz Labs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://videosiphon.com
Help Pagina-URL https://docs.videosiphon.com/
URL van de Privacybeleid Pagina https://kankoz.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}