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”。
擴展截圖
下載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 |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
官方網址 | 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 } |