4chan expand

auto expand image on 4chan

4chan expandとは何ですか?

4chan expandはeaによって開発されたChromeの拡張機能で、その主な機能は「auto expand image on 4chan」です。

拡張機能のスクリーンショット

screenshot

4chan expand拡張機能のCRXファイルをダウンロード

4chan expand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Auto expand images on 4chan.

4chan's option "Image expansion" must be set (which is the default).                    

拡張機能の基本情報

名前 4chan expand 4chan expand
ID ikbkkokmckipffdffgdigdmbfjjbjpak
公式URL https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak
説明 auto expand image on 4chan
ファイルサイズ 3.74 KB
インストール数 2,000
現在のバージョン 1.0.3
最終更新日 2023-02-10
公開日 2016-03-04
評価 3.88/5 合計 8 レビュー
開発者 ea
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Etana/4chan_expand
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4chan expand",
    "description": "auto expand image on 4chan",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*\/thread\/*",
                "https:\/\/boards.4channel.org\/*\/thread\/*"
            ],
            "js": [
                "e.js"
            ]
        }
    ],
    "icons": {
        "128": "i.png"
    }
}