Active video-saver

Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…

Co je Active video-saver?

Active video-saver je rozšíření Chrome vyvinuté Paramon exct, a jeho hlavní funkcí je „Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Active video-saver

Stáhněte si soubory rozšíření Active video-saver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Meet a simple and fast video downloader that works on multiple sites and platforms.

No login required
Absolutely free
Download public videos from Instagram, Facebook, Tiktok, Vimeo
Download multiple files at the same time
Simple and elegant design
High download speed                    

Základní Informace o Rozšíření

Název Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
Oficiální URL https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
Popis Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
Velikost souboru 132 KB
Počet instalací 19
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-04-28
Datum Vydání 2022-04-28
Vývojář Paramon exct
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Podporované Jazyky en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.0.0",
    "permissions": [
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/content_js\/providers\/fb.js",
                "js\/content_js\/providers\/inst.js",
                "js\/content_js\/providers\/vk.js",
                "js\/content_js\/searchVideos.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}