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" 擴展基本資訊
| 名稱 | |
| ID | ohpbljmgjfakpmpohokhopckllfgaflk |
| 官方網址 | 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"
]
}
]
} | |