Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Cos'è Lightshot Gallery Downloader?

Lightshot Gallery Downloader è un'estensione di Chrome sviluppata da Сорок два, e la sua funzione principale è "Download your lightshot gallery in one click !".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lightshot Gallery Downloader

Scarica i file di estensione Lightshot Gallery Downloader 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

                        This extension allows you to download all you screenshots from your lightshot gallery, 
in only one click and quickly !

All your screenshots will be saved in a zip archive.

The maximum limit of screenshots download is actually 5 000.

If you like my work please leave a comment :)

Contribute on github : https://github.com/Sorok-Dva/lightshot-gallery-downloader                    

Informazioni di Base sull'Estensione

Nome Lightshot Gallery Downloader Lightshot Gallery Downloader
ID fdbdmbnmihjoicckbhdmkfpbpndgneok
URL Ufficiale https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok
Descrizione Download your lightshot gallery in one click !
Dimensione del File 191 KB
Conteggio Installazioni 569
Versione Corrente 0.3
Ultimo Aggiornamento 2023-06-26
Data di Pubblicazione 2020-02-09
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Сорок два
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "author": "Llyam Garcia",
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/libs\/prntscr.js",
                "js\/libs\/jszip.js",
                "js\/libs\/jsziputils.js",
                "js\/libs\/filesaver.js",
                "prntscr-downloader.js"
            ],
            "matches": [
                "https:\/\/prnt.sc\/gallery.html"
            ]
        }
    ],
    "description": "Download your lightshot gallery in one click !",
    "externally_connectable": {
        "accept_tls_channel_id": true,
        "matches": [
            "*:\/\/prnt.sc\/gallery.html"
        ]
    },
    "homepage_url": "https:\/\/github.com\/Sorok-Dva\/lightshot-gallery-downloader",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "name": "Lightshot Gallery Downloader",
    "host_permissions": [
        "*:\/\/prnt.sc\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}