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'est-ce que 4chan gallery, slideshow, grid, expand images ?
4chan gallery, slideshow, grid, expand images est une extension Chrome développée par Miller, et sa fonction principale est "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4chan gallery, slideshow, grid, expand images
Téléchargez les fichiers d'extension 4chan gallery, slideshow, grid, expand images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 4chan gallery, slideshow, grid, expand images |
ID | mhlgpnhdgapplfjbeedinfiibdjmcdip |
URL Officiel | https://chromewebstore.google.com/detail/4chan-gallery-slideshow-g/mhlgpnhdgapplfjbeedinfiibdjmcdip |
Description | Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads. |
Taille du Fichier | 199 KB |
Nombre d'Installations | 3,552 |
Version Actuelle | 1.8.5 |
Dernière Mise à Jour | 2023-09-19 |
Date de Publication | 2019-05-10 |
Évaluation | 4.61/5 Total 121 Évaluations |
Développeur | Miller |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |