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", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "icons": { "128": "Icon.png" }, "homepage_url": "https:\/\/sparanoid.com\/work\/itunes-artwork-grabber\/", "content_scripts": [ { "matches": [ "*:\/\/*.apple.com\/*" ], "js": [ "scripts\/itunes-artwork-grabber.user.js" ], "run_at": "document_end" } ] }