4chan expand
auto expand image on 4chan
Qu'est-ce que 4chan expand ?
4chan expand est une extension Chrome développée par ea, et sa fonction principale est "auto expand image on 4chan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4chan expand
Téléchargez les fichiers d'extension 4chan expand 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
Auto expand images on 4chan. 4chan's option "Image expansion" must be set (which is the default).
Informations de Base sur l'Extension
Nom | 4chan expand |
ID | ikbkkokmckipffdffgdigdmbfjjbjpak |
URL Officiel | https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak |
Description | auto expand image on 4chan |
Taille du Fichier | 3.74 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-02-10 |
Date de Publication | 2016-03-04 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | ea |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Etana/4chan_expand |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "4chan expand", "description": "auto expand image on 4chan", "version": "1.0.3", "content_scripts": [ { "matches": [ "https:\/\/boards.4chan.org\/*\/thread\/*", "https:\/\/boards.4channel.org\/*\/thread\/*" ], "js": [ "e.js" ] } ], "icons": { "128": "i.png" } } |