Reddit Video Linker
Get the direct link to a video on reddit
什么是Reddit Video Linker?
Reddit Video Linker是由soph-iest开发的Chrome扩展程序,该扩展的主要功能是“Get the direct link to a video on reddit”。
扩展截图
下载Reddit Video Linker扩展crx文件
下载Reddit Video Linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension that adds a button to the context menu (right-click) on reddit to directly link to a video hosted by reddit at v.redd.it. To use it, right click on the full link to a post (from the main page, this is the link saying "54 comments", or whatever number), and click "Get direct video link." A dialog will pop up allowing you to copy it directly.
Does not support videos with sound, this is only for GIFs hosted by reddit. 扩展基本信息
| 名称 | |
| ID | aghbmllinmgnlpeciabalfllehijahnp |
| 官方URL | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
| 简介 | Get the direct link to a video on reddit |
| 文件大小 | 51.25 KB |
| 安装次数 | 1,822 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-12-11 |
| 上架时间 | 2020-01-05 |
| 评分 | 3.75/5 共4次评分 |
| 开发者 | soph-iest |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/amity/reddit-video-extractor |
| 帮助页面URL | https://github.com/amity/reddit-video-extractor |
| 隐私政策页面URL | https://github.com/soph-iest/gender-neutralize |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Video Linker",
"short_name": "vreddit-extension",
"version": "1.0.1",
"author": "Sophie Debs",
"permissions": [
"contextMenus",
"*:\/\/reddit.com\/*"
],
"background": {
"scripts": [
"main.js"
]
},
"description": "Get the direct link to a video on reddit",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png"
},
"manifest_version": 2
} | |