Reddit Video URL Grabber
Automatically finds direct URLs to Reddit videos
Was ist Reddit Video URL Grabber?
Reddit Video URL Grabber ist eine Chrome-Erweiterung, die von Sean Pesce entwickelt wurde, und ihr Hauptmerkmal ist "Automatically finds direct URLs to Reddit videos".
Erweiterungsscreenshots
Reddit Video URL Grabber-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Video URL Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Reddit Video URL Grabber |
ID | plpdigadhhbhmljndnmeipfjfohhcjad |
Offizielle URL | https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad |
Beschreibung | Automatically finds direct URLs to Reddit videos |
Dateigröße | 12.46 KB |
Installationsanzahl | 730 |
Aktuelle Version | 2018.04.23.2 |
Letztes Update | 2018-04-24 |
Veröffentlichungsdatum | 2018-04-23 |
Bewertung | 2.67/5 Insgesamt 15 Bewertungen |
Entwickler | Sean Pesce |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SeanPesce/Reddit-Video-URL-Grabber |
Hilfeseite URL | https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing |
Unterstützte Sprachen | 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 } |