4chan X

Cross-browser userscript for maximum lurking on 4chan.

4chan Xとは何ですか?

4chan Xはhttps://seaweedchan.github.io/4chan-xによって開発されたChromeの拡張機能で、その主な機能は「Cross-browser userscript for maximum lurking on 4chan.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

4chan X拡張機能のCRXファイルをダウンロード

4chan X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This fork of 4chan X provides many extra features from the original, including many new keybinds, quote threading¹, better performance², option to not have a fixed header, a better updater menu, image prefetching and thumbnail replacements, email emojis³, and tons more.

Want a change? Make an issue on our Github! We're not too stubborn to make anything optional.

---

¹ Quote threading rearranges the thread to be more readable when you first open it, so replies to a post will be placed right underneath it. It works with the updater, as well, and accounts for your viewport to ensure you never miss a post.
² Performance can be benchmarked by opening the sticky on /m/.
³ Emoji are small icons that appear next to the email field when you enter in a specific email. Enable them and look around the website to find them! They're especially popular on /g/ and /a/.                    

拡張機能の基本情報

名前 4chan X 4chan X
ID poojninacjpckfopjogaokeegibhkidi
公式URL https://chromewebstore.google.com/detail/4chan-x/poojninacjpckfopjogaokeegibhkidi
説明 Cross-browser userscript for maximum lurking on 4chan.
ファイルサイズ 189 KB
インストール数 189
現在のバージョン 1.3.11
最終更新日 2014-04-06
公開日 2014-04-06
評価 2.81/5 合計 16 レビュー
開発者 https://seaweedchan.github.io/4chan-x
支払い方法 free
拡張機能のウェブサイト http://seaweedchan.github.io/4chan-x/
ヘルプページのURL https://github.com/seaweedchan/4chan-x/blob/master/README.md#reporting-bugs-and-suggestions
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan X",
    "version": "1.3.11",
    "manifest_version": 2,
    "description": "Cross-browser userscript for maximum lurking on 4chan.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/boards.4chan.org\/*",
                "*:\/\/sys.4chan.org\/*",
                "*:\/\/a.4cdn.org\/*",
                "*:\/\/i.4cdn.org\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/seaweedchan.github.io\/4chan-x\/",
    "minimum_chrome_version": "31",
    "permissions": [
        "storage"
    ]
}