Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zedge for pc, Windows & Mac Image Downloader", "description": "Get 'Image Downloader for Zedge', the simple Chrome extension for quick image downloads from Zedge.", "version": "1.0.0", "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "js": [ "\/js\/script.js" ], "matches": [ "https:\/\/www.zedge.net\/*" ], "css": [ "\/css\/content.css" ], "all_frames": true } ], "permissions": [ "downloads" ], "icons": { "128": "\/icons\/icon_128.png" }, "action": { "default_title": "Zedge Downloader For Pc", "default_icon": "\/icons\/icon_128.png" } }