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.

¿Qué es 4chan Archive Image Viewer?

4chan Archive Image Viewer es una extensión de Chrome desarrollada por abe546, y su función principal es "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 4chan Archive Image Viewer

Descarga archivos de extensión 4chan Archive Image Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 4chan Archive Image Viewer 4chan Archive Image Viewer
ID bkbjcfmpkcnaeccagaakcohlddjlkhlf
URL Oficial https://chromewebstore.google.com/detail/4chan-archive-image-viewe/bkbjcfmpkcnaeccagaakcohlddjlkhlf
Descripción Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.
Tamaño del Archivo 278 KB
Cantidad de Instalaciones 318
Versión Actual 1.0.3
Última Actualización 2023-12-04
Fecha de Publicación 2018-10-06
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador abe546
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}