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", "manifest_version": 3, "name": "Bluesky Analytics", "description": "Insights for your Bluesky activities and engagements", "version": "0.1.2", "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "32": "32.png", "128": "128.png" } }