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.

Apa itu v.redd.it Downloader?

v.redd.it Downloader adalah ekstensi Chrome yang dikembangkan oleh duskofdawn.gelat.in, dan fitur utamanya adalah "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi v.redd.it Downloader

Unduh file ekstensi v.redd.it Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama v.redd.it Downloader v.redd.it Downloader
ID aplidohkahfeeidlpikdapdhnmjefkak
URL Resmi https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak
Deskripsi This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Ukuran File 92.51 KB
Jumlah Instalasi 68
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-02-18
Tanggal Publikasi 2021-02-18
Penilaian 4.00/5 Total 2 Penilaian
Pengembang duskofdawn.gelat.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Duskofdawn/vreddit-downloader
URL Halaman Bantuan https://github.com/Duskofdawn/vreddit-downloader/issues
Bahasa yang Didukung 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"
    }
}