Starting analysis...
https://fonts.googleapis.com/icon?family=Material+Icons | https://blockdev.app/image-downloader/installed | |
https://blockdev.app/image-downloader/uninstalled | https://fonts.googleapis.com/css2?family=Roboto:wght@300 | |
https://clients2.google.com/service/update2/crx | https://forms.gle/9N1Z4ZTPWoS2r7356 | |
https://chromewebstore.google.com/detail/image-downloader/hohnpmioogigogdedhigjpjjjonkojbk/reviews | http://stuartk.com/jszip | |
https://raw.github.com/Stuk/jszip/main/LICENSE.markdown. | https://github.com/nodeca/pako/blob/main/LICENSE | |
https://stuk.github.io/jszip/documentation/howto/read_zip.html |
{ "name": "__MSG_appName__", "icons": { "16": "icons/16.png", "32": "icons/32.png", "48": "icons/48.png", "128": "icons/128.png" }, "action": { "default_popup": "popup.html" }, "author": "Image Downloader Team", "version": "3.1.1", "commands": { "toggle-feature": { "description": "Toggle image download panel", "suggested_key": { "mac": "Command+Shift+I", "default": "Ctrl+Shift+I" } } }, "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_shortDesc__", "permissions": [ "scripting", "activeTab", "storage" ], "default_locale": "en", "host_permissions": [ "<all_urls>" ], "manifest_version": 3 }