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": "\u05d0\u05ea\u05e8\u05d9\u05dd \u05e0\u05e4\u05d5\u05e6\u05d9\u05dd - \u05e0\u05d8\u05e4\u05e8\u05d9", "version": "0.0.7", "author": "[email protected]", "permissions": [], "browser_action": { "default_icon": "assets\/img\/icon16.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.google.co.il\/*", "http:\/\/www.google.com\/*", "https:\/\/www.google.co.il\/*", "https:\/\/www.google.com\/*" ], "js": [ "vendors\/jquery-1.11.3.min.js", "vendors\/angular-1.7.2.min.js", "js\/content-css.js", "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "assets\/img\/icon16.png", "24": "assets\/img\/icon24.png", "48": "assets\/img\/icon48.png", "64": "assets\/img\/icon64.png", "72": "assets\/img\/icon72.png", "96": "assets\/img\/icon96.png", "128": "assets\/img\/icon128.png" }, "manifest_version": 2 }