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 |
| Eメール | [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
} | |