videoSiphon

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

Vad är videoSiphon?

videoSiphon är en Chrome-tillägg utvecklad av Kankoz Labs, och dess huvudfunktion är "This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner videoSiphon-förlängningens CRX-fil

Ladda ner videoSiphon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn videoSiphon videoSiphon
ID okagjmlnpigofddkfkekkknifmpkfgop
Officiell webbadress https://chromewebstore.google.com/detail/videosiphon/okagjmlnpigofddkfkekkknifmpkfgop
Beskrivning This Google Chrome extension allows you to download Vimeo, Wistia and Facebook videos for better offline viewing
Filstorlek 834 KB
Antal Installationer 102
Aktuell Version 1.1.8
Senast Uppdaterad 2021-09-22
Publiceringsdatum 2020-06-25
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare Kankoz Labs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://videosiphon.com
Hjälpsida URL https://docs.videosiphon.com/
URL till Sekretesspolicy Sidan https://kankoz.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}