video-saver

I am video-saver, save video for you, when you browse web page contains video.

什么是video-saver?

video-saver是由goggle1开发的Chrome扩展程序,该扩展的主要功能是“I am video-saver, save video for you, when you browse web page contains video.”。

扩展截图

screenshot
screenshot

下载video-saver扩展crx文件

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

扩展使用说明

                        When you play wonderful video on web, you want to save it. How?
I am video-saver, save video for you.
When you browse web page contains video, it will download video automatically when play done. 
Two files will be usually downloaded, which are audio track and video track. You can combine them using ffmpeg tool, then you can own one complete video.                    

扩展基本信息

名称 video-saver video-saver
ID edkibkgfiogekppegdmdilkpdbdjoink
官方URL https://chromewebstore.google.com/detail/video-saver/edkibkgfiogekppegdmdilkpdbdjoink
简介 I am video-saver, save video for you, when you browse web page contains video.
文件大小 14.72 KB
安装次数 16
当前版本 1.0
更新时间 2022-06-15
上架时间 2022-06-15
开发者 goggle1
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "video-saver",
    "version": "1.0",
    "description": "I am video-saver, save video for you, when you browse web page contains video. ",
    "author": "goob",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/save-video.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}