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": "Twitter Engagement Button Remover",
"description": "This extension removes the twitter engagement button from every tweet.",
"version": "1.0",
"content_scripts": [
{
"js": [
"scripts\/content-script.js"
],
"matches": [
"https:\/\/twitter.com\/*"
],
"run_at": "document_end"
}
]
}