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ファイルをダウンロード

Reddit Video URL Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}