Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Apa itu Reddit Video URL Grabber?
Reddit Video URL Grabber adalah ekstensi Chrome yang dikembangkan oleh Sean Pesce, dan fitur utamanya adalah "Automatically finds direct URLs to Reddit videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Video URL Grabber
Unduh file ekstensi Reddit Video URL Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
URL Resmi | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Deskripsi | Automatically finds direct URLs to Reddit videos |
Ukuran File | 12.46 KB |
Jumlah Instalasi | 730 |
Versi Saat Ini | 2018.04.23.2 |
Terakhir Diperbarui | 2018-04-24 |
Tanggal Publikasi | 2018-04-23 |
Penilaian | 2.67/5 Total 15 Penilaian |
Pengembang | Sean Pesce |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
URL Halaman Bantuan | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Bahasa yang Didukung | 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 } |