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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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:\/\/*\/"
    ]
}