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.

Was ist v.redd.it Downloader?

v.redd.it Downloader ist eine Chrome-Erweiterung, die von duskofdawn.gelat.in entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Erweiterungsscreenshots

screenshot

v.redd.it Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie v.redd.it Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
Offizielle URL https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Beschreibung This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Dateigröße 92.51 KB
Installationsanzahl 68
Aktuelle Version 1.0.2
Letztes Update 2021-02-18
Veröffentlichungsdatum 2021-02-18
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler duskofdawn.gelat.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Duskofdawn/vreddit-downloader
Hilfeseite URL https://github.com/Duskofdawn/vreddit-downloader/issues
Unterstützte Sprachen 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"
    }
}