4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
Что такое 4media - 4chan Media Downloader?
4media - 4chan Media Downloader - это расширение Chrome, разработанное skel, и его основная функция - "Download all images, gifs, and videos within a 4chan thread.".
Снимки экрана расширения
Скачать файл CRX расширения 4media - 4chan Media Downloader
Скачайте файлы расширений 4media - 4chan Media Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| Официальный URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
| Описание | Download all images, gifs, and videos within a 4chan thread. |
| Размер файла | 79.79 KB |
| Количество установок | 2,420 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-07-29 |
| Дата публикации | 2022-07-28 |
| Рейтинг | 4.67/5 Всего 12 оценок |
| Разработчик | skel |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |