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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |