Video Downloader for reddit - Redditsave

A powerful reddit video downloader with sound powered by redditsave.com

Video Downloader for reddit - Redditsaveとは何ですか?

Video Downloader for reddit - RedditsaveはRedditsave.comによって開発されたChromeの拡張機能で、その主な機能は「A powerful reddit video downloader with sound powered by redditsave.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Video Downloader for reddit - Redditsave拡張機能のCRXファイルをダウンロード

Video Downloader for reddit - Redditsave拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RedditSave extension allows you to download reddit videos with audio.

With this extension, you can download reddit videos and gifs embedded from v.redd.it, imgur, gfycat, streamable, giphy etc for free.

These are the steps to download videos from reddit using this extension:

Step 1: Open reddit and locate the post which contains the video or gif you want to download.

Step 2: Click on the Redditsave extension's icon on the top right bar of your browser (red download icon). The download page will be opened in a new tab. 

Step 3: Click the "Download HD Video" button to download and save the video to your local device storage.
=====================================================

There is also a right-click option.
Just right-click on the post title/url, then select redditsave on the right-click menu. This will take you to the download page quickly.                    

拡張機能の基本情報

名前 Video Downloader for reddit - Redditsave Video Downloader for reddit - Redditsave
ID hhienkkjhkcdeaolmcniloflgpjhdefi
公式URL https://chromewebstore.google.com/detail/video-downloader-for-redd/hhienkkjhkcdeaolmcniloflgpjhdefi
説明 A powerful reddit video downloader with sound powered by redditsave.com
ファイルサイズ 26.22 KB
インストール数 40,160
現在のバージョン 2.0
最終更新日 2021-08-17
公開日 2021-08-05
評価 4.17/5 合計 53 レビュー
開発者 Redditsave.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://redditsave.com
プライバシーポリシーページのURL https://redditsave.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader for reddit - Redditsave",
    "description": "A powerful reddit video downloader with sound powered by redditsave.com",
    "version": "2.0",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}