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, "name": "Embedded comment images for Imgur (Beta)", "version": "1.0", "description": "Automatically show images in commnets, that you'd hover over otherwise", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "http:\/\/github.com\/NeekSandhu", "homepage_url": "http:\/\/github.com\/NeekSandhu", "content_scripts": [ { "matches": [ "http:\/\/imgur.com\/*" ], "js": [ "src\/main.js" ], "run_at": "document_end" } ] }