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). 擴展基本資訊
| 名稱 | |
| ID | ikbkkokmckipffdffgdigdmbfjjbjpak |
| 官方網址 | 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"
}
} | |