Active video-saver

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

Qu'est-ce que Active video-saver ?

Active video-saver est une extension Chrome développée par Paramon exct, et sa fonction principale est "Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Active video-saver

Téléchargez les fichiers d'extension Active video-saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
URL Officiel https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
Description Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
Taille du Fichier 132 KB
Nombre d'Installations 19
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-04-28
Date de Publication 2022-04-28
Développeur Paramon exct
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Langues Prises en Charge 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:;"
    }
}