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": "Share on Twitter", "version": "3.0.0", "manifest_version": 3, "description": "Share current tab, links and selected text on Twitter (X.com).", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "static\/icon-128.png", "default_title": "Share on Twitter" }, "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/", "icons": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "permissions": [ "contextMenus", "activeTab", "storage", "declarativeContent" ], "options_page": "options\/options.html", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+T" } } } }