4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Cos'è 4media - 4chan Media Downloader?
4media - 4chan Media Downloader è un'estensione di Chrome sviluppata da skel, e la sua funzione principale è "Download all images, gifs, and videos within a 4chan thread.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4media - 4chan Media Downloader
Scarica i file di estensione 4media - 4chan Media 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
A lightweight extension that allows you to download all images, gifs, and videos within a 4chan thread at the click of a button. You can configure what extensions to download in the settings panel. Informazioni di Base sull'Estensione
| Nome | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| URL Ufficiale | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Descrizione | Download all images, gifs, and videos within a 4chan thread. |
| Dimensione del File | 79.79 KB |
| Conteggio Installazioni | 2,420 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-07-29 |
| Data di Pubblicazione | 2022-07-28 |
| Valutazione | 4.67/5 Totale 12 Valutazioni |
| Sviluppatore | skel |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "4media - 4chan Media Downloader",
"description": "Download all images, gifs, and videos within a 4chan thread.",
"action": {
"default_popup": "index.html",
"default_icon": "4logo.png"
},
"permissions": [
"downloads"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.4chan.org\/*",
"https:\/\/*.4channel.org\/*"
],
"js": [
"content.js"
]
}
]
} | |