appchan x
The most comprehensive 4chan userscript.
什么是appchan x?
appchan x是由https://zixaphir.github.io/appchan-x开发的Chrome扩展程序,该扩展的主要功能是“The most comprehensive 4chan userscript.”。
扩展截图
下载appchan x扩展crx文件
下载appchan x扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The most comprehensive and feature-rich 4chan Extension.
Sample of features:
* Customizable themes and mascots
* Quick Reply with cooldown timer, captcha cacheing, and autoposting / dumping
* Gallery Mode for viewing all thread images easily
* Image Expansion on click
* Image Preloading with thumbnail replacement
* Linkification
* Media embedding (youtube, vimeo, twitch.tv, and others)
* +With title link preview
* Thread and post hiding
* Regular Expression-based post filter and highlighter
* Thread Watcher
* Thread Updater on customizable timer
* Thread stats (image, reply, and unread count)
* Backlinking and Forwardlinking
* And more
See http://zixaphir.github.io/appchan-x/#features for a comprehensive feature list. 扩展基本信息
| 名称 | |
| ID | gfibffekgcmgabbfaibbbcapgnfobnoi |
| 官方URL | https://chromewebstore.google.com/detail/appchan-x/gfibffekgcmgabbfaibbbcapgnfobnoi |
| 简介 | The most comprehensive 4chan userscript. |
| 文件大小 | 257 KB |
| 安装次数 | 3,467 |
| 当前版本 | 2.10.15 |
| 更新时间 | 2016-02-13 |
| 上架时间 | 2016-02-12 |
| 评分 | 4.17/5 共66次评分 |
| 开发者 | https://zixaphir.github.io/appchan-x |
| 付费类型 | free |
| 扩展官网 | http://zixaphir.github.io/appchan-x/ |
| 帮助页面URL | https://github.com/zixaphir/appchan-x/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "appchan x",
"version": "2.10.15",
"manifest_version": 2,
"description": "The most comprehensive 4chan userscript.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"*:\/\/*.4chan.org\/*",
"*:\/\/boards.4chan.org\/*",
"*:\/\/sys.4chan.org\/*",
"*:\/\/a.4cdn.org\/*",
"*:\/\/i.4cdn.org\/*",
"*:\/\/www.google.com\/recaptcha\/api\/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"
],
"all_frames": true,
"run_at": "document_start"
}
],
"homepage_url": "http:\/\/zixaphir.github.com\/appchan-x\/",
"minimum_chrome_version": "32",
"permissions": [
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |