Reddit Video URL Grabber

Automatically finds direct URLs to Reddit videos

Cos'è Reddit Video URL Grabber?

Reddit Video URL Grabber è un'estensione di Chrome sviluppata da Sean Pesce, e la sua funzione principale è "Automatically finds direct URLs to Reddit videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Video URL Grabber

Scarica i file di estensione Reddit Video URL Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Reddit Video URL Grabber Reddit Video URL Grabber
ID plpdigadhhbhmljndnmeipfjfohhcjad
URL Ufficiale https://chromewebstore.google.com/detail/reddit-video-url-grabber/plpdigadhhbhmljndnmeipfjfohhcjad
Descrizione Automatically finds direct URLs to Reddit videos
Dimensione del File 12.46 KB
Conteggio Installazioni 730
Versione Corrente 2018.04.23.2
Ultimo Aggiornamento 2018-04-24
Data di Pubblicazione 2018-04-23
Valutazione 2.67/5 Totale 15 Valutazioni
Sviluppatore Sean Pesce
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SeanPesce/Reddit-Video-URL-Grabber
URL della Pagina di Aiuto https://github.com/SeanPesce/Reddit-Video-URL-Grabber/blob/master/Readme.md#installing
Lingue Supportate 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
}