Active video-saver

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

什么是Active video-saver?

Active video-saver是由Paramon exct开发的Chrome扩展程序,该扩展的主要功能是“Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Active video-saver扩展crx文件

下载Active video-saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Active video-saver Active video-saver
ID inomcffempehneebgpcmfmphmbcgmagb
官方URL https://chromewebstore.google.com/detail/active-video-saver/inomcffempehneebgpcmfmphmbcgmagb
简介 Meet a simple and fast video downloader that works on multiple sites and platforms. No login required Absolutely free Download…
文件大小 132 KB
安装次数 19
当前版本 1.0.0
更新时间 2022-04-28
上架时间 2022-04-28
开发者 Paramon exct
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
支持的语言 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:;"
    }
}