Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Co to jest Reddit Video URL Grabber?
Reddit Video URL Grabber to rozszerzenie Chrome opracowane przez Sean Pesce, a jego główną funkcją jest „Automatically finds direct URLs to Reddit videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Video URL Grabber
Pobierz pliki rozszerzeń Reddit Video URL Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Opis | Automatically finds direct URLs to Reddit videos |
Rozmiar pliku | 12.46 KB |
Liczba instalacji | 730 |
Aktualna Wersja | 2018.04.23.2 |
Ostatnia Aktualizacja | 2018-04-24 |
Data Publikacji | 2018-04-23 |
Ocena | 2.67/5 Łącznie 15 Oceny |
Deweloper | Sean Pesce |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
Adres URL Strony Pomocy | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Obsługiwane Języki | 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 } |