Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
What is Reddit Video URL Grabber?
Reddit Video URL Grabber is a Chrome extension developed by Sean Pesce, and its main feature is "Automatically finds direct URLs to Reddit videos".
Extension Screenshots
Download Reddit Video URL Grabber Extension CRX File
Download Reddit Video URL Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
Official URL | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Description | Automatically finds direct URLs to Reddit videos |
File Size | 12.46 KB |
Installation Count | 730 |
Current Version | 2018.04.23.2 |
Last Updated | 2018-04-24 |
Publish Date | 2018-04-23 |
Rating | 2.67/5 Total 15 Ratings |
Developer | Sean Pesce |
Payment Type | free |
Extension Website | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
Help Page URL | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Supported Languages | 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 } |