4chan Expand Images
Easily expand images in 4chan
Wat is 4chan Expand Images?
4chan Expand Images is een Chrome-extensie ontwikkeld door alexiszam, en de belangrijkste functie is "Easily expand images in 4chan".
Extensie Screenshots
Download het CRX-bestand van de extensie 4chan Expand Images
Download 4chan Expand Images-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | fkkiappinjfoifojbgbfgcnibfjffphk |
| Officiële URL | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
| Beschrijving | Easily expand images in 4chan |
| Bestandsgrootte | 33.64 KB |
| Aantal Installaties | 3,046 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-01-07 |
| Publicatiedatum | 2020-12-29 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | alexiszam |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/AlexisZam/4chan-expand-images |
| Help Pagina-URL | https://github.com/AlexisZam/4chan-expand-images/issues |
| Ondersteunde Talen | 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"
} | |