4chan Expand Images
Easily expand images in 4chan
Qu'est-ce que 4chan Expand Images ?
4chan Expand Images est une extension Chrome développée par alexiszam, et sa fonction principale est "Easily expand images in 4chan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4chan Expand Images
Téléchargez les fichiers d'extension 4chan 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
Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!
Informations de Base sur l'Extension
Nom | 4chan Expand Images |
ID | fkkiappinjfoifojbgbfgcnibfjffphk |
URL Officiel | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
Description | Easily expand images in 4chan |
Taille du Fichier | 33.64 KB |
Nombre d'Installations | 3,046 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-01-07 |
Date de Publication | 2020-12-29 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | alexiszam |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AlexisZam/4chan-expand-images |
URL de la Page d'Aide | https://github.com/AlexisZam/4chan-expand-images/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Easily expand images in 4chan", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "4chan Expand Images", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.0" } |