Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Co je Reddit Video URL Grabber?
Reddit Video URL Grabber je rozšíření Chrome vyvinuté Sean Pesce, a jeho hlavní funkcí je „Automatically finds direct URLs to Reddit videos“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Video URL Grabber
Stáhněte si soubory rozšíření Reddit Video URL Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
Oficiální URL | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Popis | Automatically finds direct URLs to Reddit videos |
Velikost souboru | 12.46 KB |
Počet instalací | 730 |
Aktuální Verze | 2018.04.23.2 |
Poslední Aktualizace | 2018-04-24 |
Datum Vydání | 2018-04-23 |
Hodnocení | 2.67/5 Celkem 15 Hodnocení |
Vývojář | Sean Pesce |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
URL Stránky Nápovědy | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Podporované Jazyky | 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 } |