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”。
扩展截图
下载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 |
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" ] } |