4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Wat is 4media - 4chan Media Downloader?
4media - 4chan Media Downloader is een Chrome-extensie ontwikkeld door skel, en de belangrijkste functie is "Download all images, gifs, and videos within a 4chan thread.".
Extensie Screenshots
Download het CRX-bestand van de extensie 4media - 4chan Media Downloader
Download 4media - 4chan Media Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Officiële URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Beschrijving | Download all images, gifs, and videos within a 4chan thread. |
| Bestandsgrootte | 79.79 KB |
| Aantal Installaties | 2,420 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-07-29 |
| Publicatiedatum | 2022-07-28 |
| Beoordeling | 4.67/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | skel |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |