4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Vad är 4media - 4chan Media Downloader?
4media - 4chan Media Downloader är en Chrome-tillägg utvecklad av skel, och dess huvudfunktion är "Download all images, gifs, and videos within a 4chan thread.".
Tilläggsskärmbilder
Ladda ner 4media - 4chan Media Downloader-förlängningens CRX-fil
Ladda ner 4media - 4chan Media Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Officiell webbadress | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Beskrivning | Download all images, gifs, and videos within a 4chan thread. |
| Filstorlek | 79.79 KB |
| Antal Installationer | 2,420 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-07-29 |
| Publiceringsdatum | 2022-07-28 |
| Betyg | 4.67/5 Totalt 12 Betyg |
| Utvecklare | skel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |