4chan expand
auto expand image on 4chan
什么是4chan expand?
4chan expand是由ea开发的Chrome扩展程序,该扩展的主要功能是“auto expand image on 4chan”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |