4chan Expand Images

Easily expand images in 4chan

Hvad er 4chan Expand Images?

4chan Expand Images er en Chrome-udvidelse udviklet af alexiszam, og dens hovedfunktion er "Easily expand images in 4chan".

Udvidelsesskærmbilleder

screenshot

Download 4chan Expand Images-udvidelses-CRX-fil

Download 4chan Expand Images-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn 4chan Expand Images 4chan Expand Images
ID fkkiappinjfoifojbgbfgcnibfjffphk
Officiel URL https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk
Beskrivelse Easily expand images in 4chan
Filstørrelse 33.64 KB
Antal Installationer 3,046
Nuværende Version 1.0.0
Senest Opdateret 2021-01-07
Udgivelsesdato 2020-12-29
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler alexiszam
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/AlexisZam/4chan-expand-images
Hjælpeside-URL https://github.com/AlexisZam/4chan-expand-images/issues
Understøttede Sprog 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"
}