video-saver

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

What is video-saver?

video-saver is a Chrome extension developed by goggle1, and its main feature is "I am video-saver, save video for you, when you browse web page contains video.".

Extension Screenshots

screenshot
screenshot

Download video-saver Extension CRX File

Download video-saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name video-saver video-saver
ID edkibkgfiogekppegdmdilkpdbdjoink
Official URL https://chromewebstore.google.com/detail/video-saver/edkibkgfiogekppegdmdilkpdbdjoink
Description I am video-saver, save video for you, when you browse web page contains video.
File Size 14.72 KB
Installation Count 16
Current Version 1.0
Last Updated 2022-06-15
Publish Date 2022-06-15
Developer goggle1
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}