4chan Expand Images

Easily expand images in 4chan

Vad är 4chan Expand Images?

4chan Expand Images är en Chrome-tillägg utvecklad av alexiszam, och dess huvudfunktion är "Easily expand images in 4chan".

Tilläggsskärmbilder

screenshot

Ladda ner 4chan Expand Images-förlängningens CRX-fil

Ladda ner 4chan Expand Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn 4chan Expand Images 4chan Expand Images
ID fkkiappinjfoifojbgbfgcnibfjffphk
Officiell webbadress https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk
Beskrivning Easily expand images in 4chan
Filstorlek 33.64 KB
Antal Installationer 3,046
Aktuell Version 1.0.0
Senast Uppdaterad 2021-01-07
Publiceringsdatum 2020-12-29
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare alexiszam
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/AlexisZam/4chan-expand-images
Hjälpsida URL https://github.com/AlexisZam/4chan-expand-images/issues
Stödda Språk 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"
}