Reddit Video Linker
Get the direct link to a video on reddit
Apa itu Reddit Video Linker?
Reddit Video Linker adalah ekstensi Chrome yang dikembangkan oleh soph-iest, dan fitur utamanya adalah "Get the direct link to a video on reddit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Video Linker
Unduh file ekstensi Reddit Video Linker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Reddit Video Linker |
ID | aghbmllinmgnlpeciabalfllehijahnp |
URL Resmi | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
Deskripsi | Get the direct link to a video on reddit |
Ukuran File | 51.25 KB |
Jumlah Instalasi | 1,822 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-12-11 |
Tanggal Publikasi | 2020-01-05 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | soph-iest |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/amity/reddit-video-extractor |
URL Halaman Bantuan | https://github.com/amity/reddit-video-extractor |
URL Halaman Kebijakan Privasi | https://github.com/soph-iest/gender-neutralize |
Bahasa yang Didukung | 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 } |