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
官方網址 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:;"
    }
}