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": "Social Media Detox", "description": "Protect your mental health by removing advertising and newsfeed from LinkedIn.", "version": "0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "host_permission": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "main.css" ] } ] }