Reddit downloader
Simple extension to download videos & gifs from reddit
什么是Reddit downloader?
Reddit downloader是由MrPotato-04开发的Chrome扩展程序,该扩展的主要功能是“Simple extension to download videos & gifs from reddit”。
扩展截图
下载Reddit downloader扩展crx文件
下载Reddit downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple reddit video/gif downloader extension. usage: alt + s "This extention was made for personal learning purposes"
扩展基本信息
名称 | Reddit downloader |
ID | ohpbljmgjfakpmpohokhopckllfgaflk |
官方URL | https://chromewebstore.google.com/detail/reddit-downloader/ohpbljmgjfakpmpohokhopckllfgaflk |
简介 | Simple extension to download videos & gifs from reddit |
文件大小 | 10.31 KB |
安装次数 | 31 |
当前版本 | 1.2 |
更新时间 | 2022-03-31 |
上架时间 | 2022-03-30 |
开发者 | MrPotato-04 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit downloader", "description": "Simple extension to download videos & gifs from reddit", "version": "1.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": "logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/*" ], "js": [ "content.js" ] } ] } |