Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Reddit Video URL Grabber क्या है?
Reddit Video URL Grabber Sean Pesce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically finds direct URLs to Reddit videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Video URL Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |