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
官方網址 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
電子郵箱 [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"
    ]
}