Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Wat is Reddit Video URL Grabber?

Reddit Video URL Grabber is een Chrome-extensie ontwikkeld door Sean Pesce, en de belangrijkste functie is "Automatically finds direct URLs to Reddit videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Video URL Grabber

Download Reddit Video URL Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
Officiële URL https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
Beschrijving Automatically finds direct URLs to Reddit videos
Bestandsgrootte 12.46 KB
Aantal Installaties 730
Huidige Versie 2018.04.23.2
Laatst Bijgewerkt 2018-04-24
Publicatiedatum 2018-04-23
Beoordeling 2.67/5 Totaal 15 Beoordelingen
Ontwikkelaar Sean Pesce
Betalingswijze free
Extensiewebsite https://github.com/SeanPesce/Reddit-Video-URL-Grabber
Help Pagina-URL https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
Ondersteunde Talen 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
}