4chan Expand Images
Easily expand images in 4chan
Cos'è 4chan Expand Images?
4chan Expand Images è un'estensione di Chrome sviluppata da alexiszam, e la sua funzione principale è "Easily expand images in 4chan".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4chan Expand Images
Scarica i file di estensione 4chan Expand Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | fkkiappinjfoifojbgbfgcnibfjffphk |
| URL Ufficiale | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
| Descrizione | Easily expand images in 4chan |
| Dimensione del File | 33.64 KB |
| Conteggio Installazioni | 3,046 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-01-07 |
| Data di Pubblicazione | 2020-12-29 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | alexiszam |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/AlexisZam/4chan-expand-images |
| URL della Pagina di Aiuto | https://github.com/AlexisZam/4chan-expand-images/issues |
| Lingue Supportate | 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"
} | |