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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |