Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "short_name": "__MSG_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10.2", "default_locale": "en", "action": { "default_icon": "images\/icon_24.png", "default_title": "__MSG_name__" }, "content_scripts": [ { "run_at": "document_start", "js": [ "js\/script.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "js\/content.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ], "description": "__MSG_description__", "icons": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3, "name": "__MSG_name__", "host_permissions": [ "*:\/\/twitter.com\/*", "*:\/\/*.x.com\/*" ] }