v.redd.it Downloader

This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.

Wat is v.redd.it Downloader?

v.redd.it Downloader is een Chrome-extensie ontwikkeld door duskofdawn.gelat.in, en de belangrijkste functie is "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie v.redd.it Downloader

Download v.redd.it Downloader-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

                        This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.                    

Basisinformatie over de Extensie

Naam v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
Officiële URL https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Beschrijving This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Bestandsgrootte 92.51 KB
Aantal Installaties 68
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-02-18
Publicatiedatum 2021-02-18
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar duskofdawn.gelat.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Duskofdawn/vreddit-downloader
Help Pagina-URL https://github.com/Duskofdawn/vreddit-downloader/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "v.redd.it Downloader",
    "version": "1.0.2",
    "author": "duskofdawn",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "128": "icons\/icon_128_active.png",
            "64": "icons\/icon_64_active.png",
            "32": "icons\/icon_32_active.png",
            "24": "icons\/icon_24_active.png",
            "16": "icons\/icon_16_active.png"
        },
        "default_popup": "popup.html",
        "default_title": "v.redd.it Downloader"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "declarativeContent"
    ],
    "icons": {
        "128": "icons\/icon_128_active.png",
        "64": "icons\/icon_64_active.png",
        "32": "icons\/icon_32_active.png",
        "24": "icons\/icon_24_active.png",
        "16": "icons\/icon_16_active.png"
    }
}