Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Vad är Reddit Video URL Grabber?

Reddit Video URL Grabber är en Chrome-tillägg utvecklad av Sean Pesce, och dess huvudfunktion är "Automatically finds direct URLs to Reddit videos".

Tilläggsskärmbilder

screenshot

Ladda ner Reddit Video URL Grabber-förlängningens CRX-fil

Ladda ner Reddit Video URL Grabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
Officiell webbadress https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
Beskrivning Automatically finds direct URLs to Reddit videos
Filstorlek 12.46 KB
Antal Installationer 730
Aktuell Version 2018.04.23.2
Senast Uppdaterad 2018-04-24
Publiceringsdatum 2018-04-23
Betyg 2.67/5 Totalt 15 Betyg
Utvecklare Sean Pesce
Betalningssätt free
Tilläggswebbplats https://github.com/SeanPesce/Reddit-Video-URL-Grabber
Hjälpsida URL https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
Stödda Språk 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
}