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.

Vad är v.redd.it Downloader?

v.redd.it Downloader är en Chrome-tillägg utvecklad av duskofdawn.gelat.in, och dess huvudfunktion är "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Tilläggsskärmbilder

screenshot

Ladda ner v.redd.it Downloader-förlängningens CRX-fil

Ladda ner v.redd.it Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
Officiell webbadress https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Beskrivning This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Filstorlek 92.51 KB
Antal Installationer 68
Aktuell Version 1.0.2
Senast Uppdaterad 2021-02-18
Publiceringsdatum 2021-02-18
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare duskofdawn.gelat.in
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Duskofdawn/vreddit-downloader
Hjälpsida URL https://github.com/Duskofdawn/vreddit-downloader/issues
Stödda Språk 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"
    }
}