Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Τι είναι το Reddit Video URL Grabber;
Το Reddit Video URL Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sean Pesce, και η κύρια λειτουργία του είναι "Automatically finds direct URLs to Reddit videos".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit Video URL Grabber
Λήψη αρχείων επέκτασης Reddit Video URL Grabber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
Επίσημο URL | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Περιγραφή | Automatically finds direct URLs to Reddit videos |
Μέγεθος Αρχείου | 12.46 KB |
Αριθμός Εγκαταστάσεων | 730 |
Τρέχουσα Έκδοση | 2018.04.23.2 |
Τελευταία Ενημέρωση | 2018-04-24 |
Ημερομηνία Δημοσίευσης | 2018-04-23 |
Αξιολόγηση | 2.67/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | Sean Pesce |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Υποστηριζόμενες Γλώσσες | 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 } |