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": 2, "version": "2.5.0", "name": "ImageMass - Bulk Images Downloader", "description": "The best picture batch download plug-in! Support all website image download\uff01", "browser_action": { "default_icon": "image\/128.png" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "webRequest", "storage", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery.min.1.8.js", "js\/douban.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/jquery.min.1.8.js", "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'" }