videoSiphon

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

Cos'è videoSiphon?

videoSiphon è un'estensione di Chrome sviluppata da Kankoz Labs, e la sua funzione principale è "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione videoSiphon

Scarica i file di estensione videoSiphon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
URL Ufficiale https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Descrizione This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
Dimensione del File 834 KB
Conteggio Installazioni 102
Versione Corrente 1.1.8
Ultimo Aggiornamento 2021-09-22
Data di Pubblicazione 2020-06-25
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore Kankoz Labs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://videosiphon.com
URL della Pagina di Aiuto https://docs.videosiphon.com/
URL della Pagina della Politica sulla Privacy https://kankoz.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}