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, "version": "1.0.1", "name": "XBlock", "description": "Block, hide, and control what you see on X with shared blocklists and real-time protection.", "action": { "default_popup": ".\/popup.html", "default_icon": { "256": ".\/src\/icons\/get_started256.png" }, "default_title": "XBlock - Sanitise your X experience" }, "web_accessible_resources": [ { "resources": [ "src\/media\/*.png", "src\/media\/*.gif", "src\/icons\/*.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/x.com\/*" ], "js": [ "content.js", "observer.js" ], "css": [ "src\/css\/general.css", "src\/css\/disintegrate.css" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "256": ".\/src\/icons\/get_started256.png" } }