4media - 4chan Media Downloader
Download all images, gifs, and videos within a 4chan thread.
What is 4media - 4chan Media Downloader?
4media - 4chan Media Downloader is a Chrome extension developed by skel, and its main feature is "Download all images, gifs, and videos within a 4chan thread.".
Extension Screenshots
Download 4media - 4chan Media Downloader Extension CRX File
Download 4media - 4chan Media Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 4media - 4chan Media Downloader |
ID | oclmkehbddfdamoibcalfcaghghablic |
Official URL | https://chromewebstore.google.com/detail/4media-4chan-media-downlo/oclmkehbddfdamoibcalfcaghghablic |
Description | Download all images, gifs, and videos within a 4chan thread. |
File Size | 79.79 KB |
Installation Count | 2,420 |
Current Version | 1.0.1 |
Last Updated | 2022-07-29 |
Publish Date | 2022-07-28 |
Rating | 4.67/5 Total 12 Ratings |
Developer | skel |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |