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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}