Reddit Video Linker

Get the direct link to a video on reddit

What is Reddit Video Linker?

Reddit Video Linker is a Chrome extension developed by soph-iest, and its main feature is "Get the direct link to a video on reddit".

Extension Screenshots

screenshot
screenshot
screenshot

Download Reddit Video Linker Extension CRX File

Download Reddit Video Linker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reddit Video Linker Reddit Video Linker
ID aghbmllinmgnlpeciabalfllehijahnp
Official URL https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp
Description Get the direct link to a video on reddit
File Size 51.25 KB
Installation Count 1,822
Current Version 1.0.1
Last Updated 2021-12-11
Publish Date 2020-01-05
Rating 3.75/5 Total 4 Ratings
Developer soph-iest
Email [email protected]
Payment Type free
Extension Website https://github.com/amity/reddit-video-extractor
Help Page URL https://github.com/amity/reddit-video-extractor
Privacy Policy Page URL https://github.com/soph-iest/gender-neutralize
Supported Languages 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
}