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.
Cos'è v.redd.it Downloader?
v.redd.it Downloader è un'estensione di Chrome sviluppata da duskofdawn.gelat.in, e la sua funzione principale è "This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione v.redd.it Downloader
Scarica i file di estensione v.redd.it Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it.
Informazioni di Base sull'Estensione
Nome | v.redd.it Downloader |
ID | aplidohkahfeeidlpikdapdhnmjefkak |
URL Ufficiale | https://chromewebstore.google.com/detail/vreddit-downloader/aplidohkahfeeidlpikdapdhnmjefkak |
Descrizione | This extension allows you to easily download or copy the link to videos from Reddit that are hosted on v.redd.it. |
Dimensione del File | 92.51 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-02-18 |
Data di Pubblicazione | 2021-02-18 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | duskofdawn.gelat.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Duskofdawn/vreddit-downloader |
URL della Pagina di Aiuto | https://github.com/Duskofdawn/vreddit-downloader/issues |
Lingue Supportate | 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" } } |