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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | oclmkehbddfdamoibcalfcaghghablic |
| 官方網址 | 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"
]
}
]
} | |