Reddit Video Linker

Get the direct link to a video on reddit

Что такое Reddit Video Linker?

Reddit Video Linker - это расширение Chrome, разработанное soph-iest, и его основная функция - "Get the direct link to a video on reddit".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Reddit Video Linker

Скачайте файлы расширений Reddit Video Linker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Reddit Video Linker Reddit Video Linker
ID aghbmllinmgnlpeciabalfllehijahnp
Официальный URL https://chromewebstore.google.com/detail/reddit-video-linker/aghbmllinmgnlpeciabalfllehijahnp
Описание Get the direct link to a video on reddit
Размер файла 51.25 KB
Количество установок 1,822
Текущая Версия 1.0.1
Последнее Обновление 2021-12-11
Дата публикации 2020-01-05
Рейтинг 3.75/5 Всего 4 оценок
Разработчик soph-iest
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/amity/reddit-video-extractor
URL страницы помощи https://github.com/amity/reddit-video-extractor
URL страницы политики конфиденциальности https://github.com/soph-iest/gender-neutralize
Поддерживаемые языки 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
}