ThisLife Selected Photo Downloader

Download multiple photos at a time with ThisLife

Qu'est-ce que ThisLife Selected Photo Downloader ?

ThisLife Selected Photo Downloader est une extension Chrome développée par redth, et sa fonction principale est "Download multiple photos at a time with ThisLife".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ThisLife Selected Photo Downloader

Téléchargez les fichiers d'extension ThisLife Selected Photo 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

                                            

Informations de Base sur l'Extension

Nom ThisLife Selected Photo Downloader ThisLife Selected Photo Downloader
ID jenhhgibbjngpjlcmdlofffjeiplllad
URL Officiel https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad
Description Download multiple photos at a time with ThisLife
Taille du Fichier 139 KB
Nombre d'Installations 220
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-02-06
Date de Publication 2015-02-06
Évaluation 3.25/5 Total 8 Évaluations
Développeur redth
Type de Paiement free
Langues Prises en Charge 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"
    ]
}