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": "BetterTwitter", "version": "1.0", "description": "Improve your Twitter\/X! By @NemTudo_ || Melhore seu Twitter\/X! Por @NemTudo_", "action": { "default_popup": "index.html" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ], "icons": { "128": "icon.png" } }