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.

Hvad er v.redd.it Downloader?

v.redd.it Downloader er en Chrome-udvidelse udviklet af duskofdawn.gelat.in, og dens hovedfunktion er "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Udvidelsesskærmbilleder

screenshot

Download v.redd.it Downloader-udvidelses-CRX-fil

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

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

Grundlæggende oplysninger om udvidelsen

Navn v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
Officiel URL https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Beskrivelse This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Filstørrelse 92.51 KB
Antal Installationer 68
Nuværende Version 1.0.2
Senest Opdateret 2021-02-18
Udgivelsesdato 2021-02-18
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler duskofdawn.gelat.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Duskofdawn/vreddit-downloader
Hjælpeside-URL https://github.com/Duskofdawn/vreddit-downloader/issues
Understøttede Sprog 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"
    }
}