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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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
}