ThisLife Selected Photo Downloader

Download multiple photos at a time with ThisLife

Vad är ThisLife Selected Photo Downloader?

ThisLife Selected Photo Downloader är en Chrome-tillägg utvecklad av redth, och dess huvudfunktion är "Download multiple photos at a time with ThisLife".

Tilläggsskärmbilder

screenshot

Ladda ner ThisLife Selected Photo Downloader-förlängningens CRX-fil

Ladda ner ThisLife Selected Photo Downloader-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

                                            

Grundläggande Information om Tillägg

Namn ThisLife Selected Photo Downloader ThisLife Selected Photo Downloader
ID jenhhgibbjngpjlcmdlofffjeiplllad
Officiell webbadress https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad
Beskrivning Download multiple photos at a time with ThisLife
Filstorlek 139 KB
Antal Installationer 220
Aktuell Version 1.0.1
Senast Uppdaterad 2015-02-06
Publiceringsdatum 2015-02-06
Betyg 3.25/5 Totalt 8 Betyg
Utvecklare redth
Betalningssätt free
Stödda Språk 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"
    ]
}