appchan x

The most comprehensive 4chan userscript.

什麼是appchan x?

appchan x是由https://zixaphir.github.io/appchan-x開發的Chrome擴展程式,該擴展的主要功能是“The most comprehensive 4chan userscript.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 appchan x appchan x
ID gfibffekgcmgabbfaibbbcapgnfobnoi
官方網址 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:\/\/*\/"
    ]
}