appchan x

The most comprehensive 4chan userscript.

appchan x là gì?

appchan x là một tiện ích mở rộng Chrome được phát triển bởi https://zixaphir.github.io/appchan-x, và tính năng chính của nó là "The most comprehensive 4chan userscript.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng appchan x

Tải xuống các tệp mở rộng appchan x dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên appchan x appchan x
ID gfibffekgcmgabbfaibbbcapgnfobnoi
URL Chính Thức https://chromewebstore.google.com/detail/appchan-x/gfibffekgcmgabbfaibbbcapgnfobnoi
Mô tả The most comprehensive 4chan userscript.
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 3,467
Phiên Bản Hiện Tại 2.10.15
Cập Nhật Lần Cuối 2016-02-13
Ngày Phát Hành 2016-02-12
Đánh Giá 4.17/5 Tổng số 66 Đánh Giá
Nhà Phát Triển https://zixaphir.github.io/appchan-x
Loại Thanh Toán free
Trang Web Mở Rộng http://zixaphir.github.io/appchan-x/
URL Trang Trợ Giúp https://github.com/zixaphir/appchan-x/issues
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}