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", "name": "Distraction Free for LinkedIn\u2122", "version": "3.3", "description": "Hide distractions on LinkedIn\u2122 when you need to focus.", "manifest_version": 3, "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_start", "js": [ "hider\/hider.js" ] } ], "web_accessible_resources": [ { "resources": [ "hider\/hider.css", "hider\/favicon-no-messages.ico" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ] }