Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Reddit Video URL Grabber란 무엇입니까?

Reddit Video URL Grabber은(는) Sean Pesce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically finds direct URLs to Reddit videos"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically finds direct URLs to Reddit videos (v.redd.it), so the user can link directly to the video (without being redirected to the Reddit comments).                    

확장 프로그램 기본 정보

이름 Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
공식 URL https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
설명 Automatically finds direct URLs to Reddit videos
파일 크기 12.46 KB
설치 횟수 730
현재 버전 2018.04.23.2
최근 업데이트 2018-04-24
출시 날짜 2018-04-23
평점 2.67/5 총 15 개의 평점
개발자 Sean Pesce
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SeanPesce/Reddit-Video-URL-Grabber
도움말 페이지 URL https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Video URL Grabber",
    "version": "2018.04.23.2",
    "description": "Automatically finds direct URLs to Reddit videos",
    "author": "Sean Pesce",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "RedditVideoURL.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "24": "images\/icons\/download\/ic_file_download_blue_dark_24dp_mdpi.png",
            "36": "images\/icons\/download\/ic_file_download_blue_dark_24dp_hdpi.png",
            "48": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xhdpi.png",
            "72": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxhdpi.png",
            "96": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxxhdpi.png"
        }
    },
    "icons": {
        "24": "images\/icons\/download\/ic_file_download_blue_dark_24dp_mdpi.png",
        "36": "images\/icons\/download\/ic_file_download_blue_dark_24dp_hdpi.png",
        "48": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xhdpi.png",
        "72": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxhdpi.png",
        "96": "images\/icons\/download\/ic_file_download_blue_dark_24dp_xxxhdpi.png"
    },
    "manifest_version": 2
}