Reddit Video Linker
Get the direct link to a video on reddit
Cos'è Reddit Video Linker?
Reddit Video Linker è un'estensione di Chrome sviluppata da soph-iest, e la sua funzione principale è "Get the direct link to a video on reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Video Linker
Scarica i file di estensione Reddit Video Linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aghbmllinmgnlpeciabalfllehijahnp |
| URL Ufficiale | https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp |
| Descrizione | Get the direct link to a video on reddit |
| Dimensione del File | 51.25 KB |
| Conteggio Installazioni | 1,822 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-12-11 |
| Data di Pubblicazione | 2020-01-05 |
| Valutazione | 3.75/5 Totale 4 Valutazioni |
| Sviluppatore | soph-iest |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/amity/reddit-video-extractor |
| URL della Pagina di Aiuto | https://github.com/amity/reddit-video-extractor |
| URL della Pagina della Politica sulla Privacy | https://github.com/soph-iest/gender-neutralize |
| Lingue Supportate | 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
} | |