reddit-4-chan

View 4chan threads in a reddit-like nested format

什麼是reddit-4-chan?

reddit-4-chan是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“View 4chan threads in a reddit-like nested format”。

擴展截圖

screenshot
screenshot

下載reddit-4-chan擴展crx文件

下載reddit-4-chan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Makes browsing 4chan threads more convenient by nesting replies to a post, like on reddit. It uses a progressively lighter shade of colour to indicate the nesting level so it's easier to automatically process. You can also toggle collapse a particular reply and it's nested children by clicking on the ">>>" icon on each post. 

One minor caveat though is that, on 4chan, a reply can be made to more than one post at once. Instead of nesting the reply under both the referenced posts, I only show the reply in one of them, and in the others, it shows them up as "Not Nested".

Oh and also, the extension does not work with the "Update" at the bottom of each thread - since I couldn't be arsed with handling it and it got the job done for my use case.                    

擴展基本資訊

名稱 reddit-4-chan reddit-4-chan
ID onkklpcicngfkheldiaenhoaaiolmmfo
官方網址 https://chromewebstore.google.com/detail/reddit-4-chan/onkklpcicngfkheldiaenhoaaiolmmfo
簡介 View 4chan threads in a reddit-like nested format
檔案大小 12.52 KB
安裝次數 126
目前版本 0.1.1
更新時間 2020-06-07
上架時間 2020-06-07
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit-4-chan",
    "version": "0.1.1",
    "description": "View 4chan threads in a reddit-like nested format",
    "incognito": "split",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/boards.4channel.org\/*\/thread\/*",
                "*:\/\/boards.4chan.org\/*\/thread\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}