4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Co to jest 4media - 4chan Media Downloader?
4media - 4chan Media Downloader to rozszerzenie Chrome opracowane przez skel, a jego główną funkcją jest „Download all images, gifs, and videos within a 4chan thread.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 4media - 4chan Media Downloader
Pobierz pliki rozszerzeń 4media - 4chan Media Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Oficjalny URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Opis | Download all images, gifs, and videos within a 4chan thread. |
| Rozmiar pliku | 79.79 KB |
| Liczba instalacji | 2,420 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-07-29 |
| Data Publikacji | 2022-07-28 |
| Ocena | 4.67/5 Łącznie 12 Oceny |
| Deweloper | skel |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |