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": "1-click block bluesky user", "description": "A 1-click button to block bluesky user", "version": "1.0.4", "minimum_chrome_version": "127", "host_permissions": [ "https:\/\/bsky.app\/*" ], "permissions": [], "icons": { "128": "icons\/icon.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "index.js" ] } ] }