Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Behance Image Downloader", "version": "1.5.0", "description": "Adiciona bot\u00f5es de download sobre imagens em projetos do Behance para facilitar o download das imagens.", "permissions": [ "activeTab", "downloads" ], "host_permissions": [ "https:\/\/www.behance.net\/*", "https:\/\/mir-s3-cdn-cf.behance.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.behance.net\/gallery\/*", "https:\/\/www.behance.net\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Behance Image Downloader" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }