Reddit Video Linker

Get the direct link to a video on reddit

Reddit Video Linker란 무엇입니까?

Reddit Video Linker은(는) soph-iest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the direct link to a video on reddit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reddit Video Linker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}