Reddit Video Linker
Get the direct link to a video on reddit
Qu'est-ce que Reddit Video Linker ?
Reddit Video Linker est une extension Chrome développée par soph-iest, et sa fonction principale est "Get the direct link to a video on reddit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Video Linker
Téléchargez les fichiers d'extension Reddit Video Linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Reddit Video Linker |
ID | aghbmllinmgnlpeciabalfllehijahnp |
URL Officiel | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
Description | Get the direct link to a video on reddit |
Taille du Fichier | 51.25 KB |
Nombre d'Installations | 1,822 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-12-11 |
Date de Publication | 2020-01-05 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | soph-iest |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/amity/reddit-video-extractor |
URL de la Page d'Aide | https://github.com/amity/reddit-video-extractor |
URL de la Page de Politique de Confidentialité | https://github.com/soph-iest/gender-neutralize |
Langues Prises en Charge | 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 } |