Reddit Video Linker

Get the direct link to a video on reddit

Wat is Reddit Video Linker?

Reddit Video Linker is een Chrome-extensie ontwikkeld door soph-iest, en de belangrijkste functie is "Get the direct link to a video on reddit".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Reddit Video Linker

Download Reddit Video Linker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reddit Video Linker Reddit Video Linker
ID aghbmllinmgnlpeciabalfllehijahnp
Officiële URL https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp
Beschrijving Get the direct link to a video on reddit
Bestandsgrootte 51.25 KB
Aantal Installaties 1,822
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-12-11
Publicatiedatum 2020-01-05
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar soph-iest
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/amity/reddit-video-extractor
Help Pagina-URL https://github.com/amity/reddit-video-extractor
URL van de Privacybeleid Pagina https://github.com/soph-iest/gender-neutralize
Ondersteunde Talen 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
}