Reddit Video Linker

Get the direct link to a video on reddit

Vad är Reddit Video Linker?

Reddit Video Linker är en Chrome-tillägg utvecklad av soph-iest, och dess huvudfunktion är "Get the direct link to a video on reddit".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Reddit Video Linker-förlängningens CRX-fil

Ladda ner Reddit Video Linker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reddit Video Linker Reddit Video Linker
ID aghbmllinmgnlpeciabalfllehijahnp
Officiell webbadress https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp
Beskrivning Get the direct link to a video on reddit
Filstorlek 51.25 KB
Antal Installationer 1,822
Aktuell Version 1.0.1
Senast Uppdaterad 2021-12-11
Publiceringsdatum 2020-01-05
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare soph-iest
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/amity/reddit-video-extractor
Hjälpsida URL https://github.com/amity/reddit-video-extractor
URL till Sekretesspolicy Sidan https://github.com/soph-iest/gender-neutralize
Stödda Språk 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
}