v.redd.it Downloader
This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
What is v.redd.it Downloader?
v.redd.it Downloader is a Chrome extension developed by duskofdawn.gelat.in, and its main feature is "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".
Extension Screenshots
Download v.redd.it Downloader Extension CRX File
Download v.redd.it Downloader 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
This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Extension Basic Information
Name | v.redd.it Downloader |
ID | aplidohkahfeeidlpikdapdhnmjefkak |
Official URL | https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak |
Description | This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it. |
File Size | 92.51 KB |
Installation Count | 68 |
Current Version | 1.0.2 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-18 |
Rating | 4.00/5 Total 2 Ratings |
Developer | duskofdawn.gelat.in |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Duskofdawn/vreddit-downloader |
Help Page URL | https://github.com/Duskofdawn/vreddit-downloader/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "v.redd.it Downloader", "version": "1.0.2", "author": "duskofdawn", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "128": "icons\/icon_128_active.png", "64": "icons\/icon_64_active.png", "32": "icons\/icon_32_active.png", "24": "icons\/icon_24_active.png", "16": "icons\/icon_16_active.png" }, "default_popup": "popup.html", "default_title": "v.redd.it Downloader" }, "permissions": [ "downloads", "activeTab", "declarativeContent" ], "icons": { "128": "icons\/icon_128_active.png", "64": "icons\/icon_64_active.png", "32": "icons\/icon_32_active.png", "24": "icons\/icon_24_active.png", "16": "icons\/icon_16_active.png" } } |