Active video-saver

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

Was ist Active video-saver?

Active video-saver ist eine Chrome-Erweiterung, die von Paramon exct entwickelt wurde, und ihr Hauptmerkmal ist "Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Active video-saver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Active video-saver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
Offizielle URL https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
Beschreibung Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
Dateigröße 132 KB
Installationsanzahl 19
Aktuelle Version 1.0.0
Letztes Update 2022-04-28
Veröffentlichungsdatum 2022-04-28
Entwickler Paramon exct
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Unterstützte Sprachen 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:;"
    }
}