4media - 4chan Media Downloader

Download all images, gifs, and videos within a 4chan thread.

什么是4media - 4chan Media Downloader?

4media - 4chan Media Downloader是由skel开发的Chrome扩展程序,该扩展的主要功能是“Download all images, gifs, and videos within a 4chan thread.”。

扩展截图

screenshot
screenshot

下载4media - 4chan Media Downloader扩展crx文件

下载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.                    

扩展基本信息

名称 4media - 4chan Media Downloader 4media - 4chan Media Downloader
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"
            ]
        }
    ]
}