Reddit Video Linker

Get the direct link to a video on reddit

O que é Reddit Video Linker?

Reddit Video Linker é uma extensão do Chrome desenvolvida por soph-iest, e sua principal característica é "Get the direct link to a video on reddit".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Video Linker

Baixe arquivos de extensão Reddit Video Linker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reddit Video Linker Reddit Video Linker
ID aghbmllinmgnlpeciabalfllehijahnp
URL Oficial https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp
Descrição Get the direct link to a video on reddit
Tamanho do Arquivo 51.25 KB
Contagem de Instalações 1,822
Versão Atual 1.0.1
Última Atualização 2021-12-11
Data de Publicação 2020-01-05
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor soph-iest
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/amity/reddit-video-extractor
URL da Página de Ajuda https://github.com/amity/reddit-video-extractor
URL da Página de Política de Privacidade https://github.com/soph-iest/gender-neutralize
Idiomas Suportados 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
}