4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Was ist 4media - 4chan Media Downloader?
4media - 4chan Media Downloader ist eine Chrome-Erweiterung, die von skel entwickelt wurde, und ihr Hauptmerkmal ist "Download all images, gifs, and videos within a 4chan thread.".
Erweiterungsscreenshots
4media - 4chan Media Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie 4media - 4chan Media Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Offizielle URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Beschreibung | Download all images, gifs, and videos within a 4chan thread. |
| Dateigröße | 79.79 KB |
| Installationsanzahl | 2,420 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-07-29 |
| Veröffentlichungsdatum | 2022-07-28 |
| Bewertung | 4.67/5 Insgesamt 12 Bewertungen |
| Entwickler | skel |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |