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": "Redirect Twitter Share to Bluesky (Unofficial)", "version": "1.6.0", "description": "When clicking in a 'Post to Twitter\/X' button, replaces the url to post in Bluesky", "permissions": [ "declarativeNetRequestWithHostAccess", "tabs", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "share-16.png", "24": "share-24.png", "32": "share-32.png", "48": "share-48.png" }, "default_title": "Share to Bluesky" }, "host_permissions": [ "*:\/\/x.com\/intent*", "*:\/\/twitter.com\/intent*", "*:\/\/x.com\/share*", "*:\/\/twitter.com\/share*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [], "matches": [ "<all_urls>" ] } ], "icons": { "48": "share-48.png", "128": "share-128.png" } }