4chan expand
auto expand image on 4chan
Wat is 4chan expand?
4chan expand is een Chrome-extensie ontwikkeld door ea, en de belangrijkste functie is "auto expand image on 4chan".
Extensie Screenshots
Download het CRX-bestand van de extensie 4chan expand
Download 4chan expand-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Auto expand images on 4chan. 4chan's option "Image expansion" must be set (which is the default).
Basisinformatie over de Extensie
Naam | 4chan expand |
ID | ikbkkokmckipffdffgdigdmbfjjbjpak |
Officiële URL | https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak |
Beschrijving | auto expand image on 4chan |
Bestandsgrootte | 3.74 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-02-10 |
Publicatiedatum | 2016-03-04 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | ea |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Etana/4chan_expand |
Ondersteunde Talen | 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" } } |