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": 3, "name": "Twitter\/X\/Linkedin\/Bluesky One Click Mute\/Block", "version": "1.5", "description": "Adds muting, blocking and reporting buttons to tweets, linkedin posts and bluesky posts depending on the platform possibilities.", "permissions": [], "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/bsky.app\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ] }