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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}