4chan gallery, slideshow, grid, expand images

Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.

¿Qué es 4chan gallery, slideshow, grid, expand images?

4chan gallery, slideshow, grid, expand images es una extensión de Chrome desarrollada por Miller, y su función principal es "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 4chan gallery, slideshow, grid, expand images

Descarga archivos de extensión 4chan gallery, slideshow, grid, expand images 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

                        This extension adds the following features to 4chan and 4channel threads:
- Image grid view
- Image gallery (with slideshow mode)
- Expand all images

The image grid view shows all images of a thread in a grid. Grid mode is perfect for viewing the images of a thread.

Gallery mode shows a single image in fullscreen. Gallery mode looks identical to opening the image in a new tab. Keyboard shortcuts can be used to navigate between images.

Expand all images expands all images in the thread, the same way clicking an image normally would do.

Settings are available to customize almost every aspect of this extension.                    

Información Básica de la Extensión

Nombre 4chan gallery, slideshow, grid, expand images 4chan gallery, slideshow, grid, expand images
ID mhlgpnhdgapplfjbeedinfiibdjmcdip
URL Oficial https://chromewebstore.google.com/detail/4chan-gallery-slideshow-g/mhlgpnhdgapplfjbeedinfiibdjmcdip
Descripción Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.
Tamaño del Archivo 199 KB
Cantidad de Instalaciones 3,552
Versión Actual 1.8.5
Última Actualización 2023-09-19
Fecha de Publicación 2019-05-10
Calificación 4.61/5 Total de 121 Calificaciones
Desarrollador Miller
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan gallery, slideshow, grid, expand images",
    "version": "1.8.5",
    "manifest_version": 3,
    "description": "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/boards.4chan.org\/*",
        "http:\/\/boards.4chan.org\/*",
        "https:\/\/boards.4channel.org\/*",
        "http:\/\/boards.4channel.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*",
                "http:\/\/boards.4chan.org\/*",
                "https:\/\/boards.4channel.org\/*",
                "http:\/\/boards.4channel.org\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ]
}