Reddit Video Linker
Get the direct link to a video on reddit
Hvad er Reddit Video Linker?
Reddit Video Linker er en Chrome-udvidelse udviklet af soph-iest, og dens hovedfunktion er "Get the direct link to a video on reddit".
Udvidelsesskærmbilleder
Download Reddit Video Linker-udvidelses-CRX-fil
Download Reddit Video Linker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Reddit Video Linker |
ID | aghbmllinmgnlpeciabalfllehijahnp |
Officiel URL | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
Beskrivelse | Get the direct link to a video on reddit |
Filstørrelse | 51.25 KB |
Antal Installationer | 1,822 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-12-11 |
Udgivelsesdato | 2020-01-05 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | soph-iest |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/amity/reddit-video-extractor |
Hjælpeside-URL | https://github.com/amity/reddit-video-extractor |
URL til Fortrolighedspolitik Side | https://github.com/soph-iest/gender-neutralize |
Understøttede Sprog | 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 } |