Reddit Video Linker
Get the direct link to a video on reddit
Τι είναι το Reddit Video Linker;
Το Reddit Video Linker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον soph-iest, και η κύρια λειτουργία του είναι "Get the direct link to a video on reddit".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit Video Linker
Λήψη αρχείων επέκτασης 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
} | |