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
Eメール [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": []
        }
    ]
}