ThisLife Selected Photo Downloader

Download multiple photos at a time with ThisLife

Cos'è ThisLife Selected Photo Downloader?

ThisLife Selected Photo Downloader è un'estensione di Chrome sviluppata da redth, e la sua funzione principale è "Download multiple photos at a time with ThisLife".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ThisLife Selected Photo Downloader

Scarica i file di estensione ThisLife Selected Photo 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

                                            

Informazioni di Base sull'Estensione

Nome ThisLife Selected Photo Downloader ThisLife Selected Photo Downloader
ID jenhhgibbjngpjlcmdlofffjeiplllad
URL Ufficiale https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad
Descrizione Download multiple photos at a time with ThisLife
Dimensione del File 139 KB
Conteggio Installazioni 220
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-02-06
Data di Pubblicazione 2015-02-06
Valutazione 3.25/5 Totale 8 Valutazioni
Sviluppatore redth
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThisLife Selected Photo Downloader",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Download multiple photos at a time with ThisLife",
    "homepage_url": "http:\/\/redth.codes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Selected Photos"
    },
    "permissions": [
        "contentSettings",
        "downloads",
        "https:\/\/app.thislife.com\/*"
    ],
    "omnibox": {
        "keyword": "ThisLife"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.thislife.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/page.js",
        "src\/inject\/downloadselected.js"
    ]
}