Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Reddit Video URL Grabber là gì?
Reddit Video URL Grabber là một tiện ích mở rộng Chrome được phát triển bởi Sean Pesce, và tính năng chính của nó là "Automatically finds direct URLs to Reddit videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Video URL Grabber
Tải xuống các tệp mở rộng Reddit Video URL Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Mô tả | Automatically finds direct URLs to Reddit videos |
Kích Thước Tệp | 12.46 KB |
Số Lần Cài Đặt | 730 |
Phiên Bản Hiện Tại | 2018.04.23.2 |
Cập Nhật Lần Cuối | 2018-04-24 |
Ngày Phát Hành | 2018-04-23 |
Đánh Giá | 2.67/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Sean Pesce |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
URL Trang Trợ Giúp | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Ngôn Ngữ Được Hỗ Trợ | 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 } |