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", "name": "X Shot", "description": "1 click screenshot and copy of tweets", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/x.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/*" ], "js": [ "content.js", "html2canvas.js", "ExtPay.js" ], "run_at": "document_end" } ], "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" } }