4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Hvad er 4media - 4chan Media Downloader?
4media - 4chan Media Downloader er en Chrome-udvidelse udviklet af skel, og dens hovedfunktion er "Download all images, gifs, and videos within a 4chan thread.".
Udvidelsesskærmbilleder
Download 4media - 4chan Media Downloader-udvidelses-CRX-fil
Download 4media - 4chan Media Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Officiel URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Beskrivelse | Download all images, gifs, and videos within a 4chan thread. |
| Filstørrelse | 79.79 KB |
| Antal Installationer | 2,420 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2022-07-29 |
| Udgivelsesdato | 2022-07-28 |
| Bedømmelse | 4.67/5 Samlet 12 Bedømmelser |
| Udvikler | skel |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |