4chan Archive Image Viewer

Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.

4chan Archive Image Viewer란 무엇입니까?

4chan Archive Image Viewer은(는) abe546에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab."입니다.

확장 프로그램 스크린샷

screenshot

4chan Archive Image Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An in page overlay used for viewing a thread images easily, and without tab hassle.

Uses the default archive site for 4chan at the moment, https://archived.moe, which is utilized by 4chanX.

Speaking of 4chanX, this app is essentially a lower-level version of that for the archive site. 

Note : Due to cloudfront policy, not able to use traditional /b/ archive. Will reroute any expired 4chan thread from the default archive site : archive.moe to thebarchive.com since it allows for grabbing images from the source and displaying in page.                    

확장 프로그램 기본 정보

이름 4chan Archive Image Viewer 4chan Archive Image Viewer
ID bkbjcfmpkcnaeccagaakcohlddjlkhlf
공식 URL https://chromewebstore.google.com/detail/4chan-archive-image-viewe/bkbjcfmpkcnaeccagaakcohlddjlkhlf
설명 Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.
파일 크기 278 KB
설치 횟수 318
현재 버전 1.0.3
최근 업데이트 2023-12-04
출시 날짜 2018-10-06
평점 2.00/5 총 1 개의 평점
개발자 abe546
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4chan Archive Image Viewer",
    "version": "1.0.3",
    "description": "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/archived.moe\/*",
                "https:\/\/thebarchive.com\/*",
                "https:\/\/archive.wakarimasen.moe\/*",
                "https:\/\/desuarchive.org\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/popup.js"
            ],
            "comment": "BE VERY CAREFUL WITH PLACEMENT OF EXTERNAL FILES. JQUERY MUST BE LOADED BEFORE ANY OTHER JS SO IT MUST BE IN FIRST INDEX",
            "css": [
                "layout\/layout.css"
            ]
        }
    ]
}