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", "name": "oGraph Bluesky Poster", "version": "2.0.1", "manifest_version": 3, "description": "A Chrome Bluesky client that uses OpenGraph tags from your current open tab to post to Bluesky", "author": "Ricardo Mendes", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_icon": "icons\/icon.png", "default_title": "Bluesky Poster", "default_popup": "browser_action.html" } }