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文件

下載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
官方網址 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
}