Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Qu'est-ce que Reddit Video URL Grabber ?
Reddit Video URL Grabber est une extension Chrome développée par Sean Pesce, et sa fonction principale est "Automatically finds direct URLs to Reddit videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Video URL Grabber
Téléchargez les fichiers d'extension Reddit Video URL Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
URL Officiel | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Description | Automatically finds direct URLs to Reddit videos |
Taille du Fichier | 12.46 KB |
Nombre d'Installations | 730 |
Version Actuelle | 2018.04.23.2 |
Dernière Mise à Jour | 2018-04-24 |
Date de Publication | 2018-04-23 |
Évaluation | 2.67/5 Total 15 Évaluations |
Développeur | Sean Pesce |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
URL de la Page d'Aide | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Langues Prises en Charge | 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 } |