Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Hvad er Reddit Video URL Grabber?

Reddit Video URL Grabber er en Chrome-udvidelse udviklet af Sean Pesce, og dens hovedfunktion er "Automatically finds direct URLs to Reddit videos".

Udvidelsesskærmbilleder

screenshot

Download Reddit Video URL Grabber-udvidelses-CRX-fil

Download Reddit Video URL Grabber-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
Officiel URL https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
Beskrivelse Automatically finds direct URLs to Reddit videos
Filstørrelse 12.46 KB
Antal Installationer 730
Nuværende Version 2018.04.23.2
Senest Opdateret 2018-04-24
Udgivelsesdato 2018-04-23
Bedømmelse 2.67/5 Samlet 15 Bedømmelser
Udvikler Sean Pesce
Betalingsmetode free
Udvidelseswebsted https://github.com/SeanPesce/Reddit-Video-URL-Grabber
Hjælpeside-URL https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
Understøttede Sprog 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
}