Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
¿Qué es Reddit Video URL Grabber?
Reddit Video URL Grabber es una extensión de Chrome desarrollada por Sean Pesce, y su función principal es "Automatically finds direct URLs to Reddit videos".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit Video URL Grabber
Descarga archivos de extensión Reddit Video URL Grabber en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
URL Oficial | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Descripción | Automatically finds direct URLs to Reddit videos |
Tamaño del Archivo | 12.46 KB |
Cantidad de Instalaciones | 730 |
Versión Actual | 2018.04.23.2 |
Última Actualización | 2018-04-24 |
Fecha de Publicación | 2018-04-23 |
Calificación | 2.67/5 Total de 15 Calificaciones |
Desarrollador | Sean Pesce |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
URL de la Página de Ayuda | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Idiomas Soportados | 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 } |