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.

Qu'est-ce que v.redd.it Downloader ?

v.redd.it Downloader est une extension Chrome développée par duskofdawn.gelat.in, et sa fonction principale est "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension v.redd.it Downloader

Téléchargez les fichiers d'extension v.redd.it Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
URL Officiel https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Description This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Taille du Fichier 92.51 KB
Nombre d'Installations 68
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-02-18
Date de Publication 2021-02-18
Évaluation 4.00/5 Total 2 Évaluations
Développeur duskofdawn.gelat.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Duskofdawn/vreddit-downloader
URL de la Page d'Aide https://github.com/Duskofdawn/vreddit-downloader/issues
Langues Prises en Charge 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"
    }
}