4chan image gallery
Lets you browse 4chan images in a lightbox
Qu'est-ce que 4chan image gallery ?
4chan image gallery est une extension Chrome développée par mreq, et sa fonction principale est "Lets you browse 4chan images in a lightbox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4chan image gallery
Téléchargez les fichiers d'extension 4chan image gallery 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
Simple image gallery using touchBox. Open 4chan images in a lightbox. Use arrows, swiping or keyboard to change images.
Informations de Base sur l'Extension
Nom | ![]() |
ID | kojimkfghnmhgmmpgcgjkgfkclahchmf |
URL Officiel | https://chrome.google.com/webstore/detail/4chan-image-gallery/kojimkfghnmhgmmpgcgjkgfkclahchmf |
Description | Lets you browse 4chan images in a lightbox |
Taille du Fichier | 45.92 KB |
Nombre d'Installations | 462 |
Version Actuelle | 0.20 |
Dernière Mise à Jour | 2013-03-08 |
Date de Publication | 2013-03-08 |
Évaluation | 3.69/5 Total 13 Évaluations |
Développeur | mreq |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/jquery.touchbox.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.imagesloaded.min.js", "js\/jquery.touchbox.js" ], "matches": [ "http:\/\/*.4chan.org\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Lets you browse 4chan images in a lightbox", "manifest_version": 2, "name": "4chan image gallery", "permissions": [ "http:\/\/*.4chan.org\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.20", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |