Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "background": { "service_worker": "background.js" }, "description": "Share Your GPTs page on Twitter\/X.com", "icons": { "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "manifest_version": 3, "name": "GPTs share on X", "permissions": [ "activeTab", "scripting" ], "short_name": "Share on X", "action": { "default_icon": "icons\/128.png", "default_title": "GPTs share on X" }, "host_permissions": [ "*:\/\/twitter.com\/*" ] }