Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.3", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "options_page": "options.html", "permissions": [ "storage", "identity" ], "host_permissions": [ "*:\/\/*.indeed.com\/*", "*:\/\/*.extensionsbox.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.indeed.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0oboL2MxEN4l35ttKFcudfUBAhYX4UdvexKCXHyUQci12kPPvZTzSrpWQJI9U\/a8MkhSjK46jqq8J5E1O6dNZTulLKgVrLXyaAju+Bc5vOBnV4KhTvmLbvGH\/Z2We\/4f6ZS88uTzyRrdeL9PG5oAVHxszlUMqHSVVlqZBpiFzap\/NyUduQvQMMrGK0HfyRxDl1dyKpCoZINoLk8SjWISajs4lqrfzvsYkV51bOCywjbU0KsakEyxhoyUkcS\/V9VP56QBjQbKmaCZGSa6uEx6CRQz4Aw5eMh0E1oJdF5njyEGeORM3TdVzHgCmShQczdR3plnGOx4MP9lpVsuvitD4wIDAQAB", "oauth2": { "client_id": "562771673784-feam2lpu4e566s4f72qkoin1fjhn3vkp.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ "<all_urls>" ] } ] }