Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Qu'est-ce que Lightshot Gallery Downloader ?

Lightshot Gallery Downloader est une extension Chrome développée par Сорок два, et sa fonction principale est "Download your lightshot gallery in one click !".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Lightshot Gallery Downloader

Téléchargez les fichiers d'extension Lightshot Gallery Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lightshot Gallery Downloader Lightshot Gallery Downloader
ID fdbdmbnmihjoicckbhdmkfpbpndgneok
URL Officiel https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok
Description Download your lightshot gallery in one click !
Taille du Fichier 191 KB
Nombre d'Installations 569
Version Actuelle 0.3
Dernière Mise à Jour 2023-06-26
Date de Publication 2020-02-09
Évaluation 3.67/5 Total 6 Évaluations
Développeur Сорок два
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}