ThisLife Selected Photo Downloader
Download multiple photos at a time with ThisLife
Was ist ThisLife Selected Photo Downloader?
ThisLife Selected Photo Downloader ist eine Chrome-Erweiterung, die von redth entwickelt wurde, und ihr Hauptmerkmal ist "Download multiple photos at a time with ThisLife".
Erweiterungsscreenshots
ThisLife Selected Photo Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie ThisLife Selected Photo Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | jenhhgibbjngpjlcmdlofffjeiplllad |
Offizielle URL | https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad |
Beschreibung | Download multiple photos at a time with ThisLife |
Dateigröße | 139 KB |
Installationsanzahl | 220 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-02-06 |
Veröffentlichungsdatum | 2015-02-06 |
Bewertung | 3.25/5 Insgesamt 8 Bewertungen |
Entwickler | redth |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |