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",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.2",
"description": "__MSG_extNameDesc__",
"action": {
"default_popup": "popup\/popup.html"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"scripts\/content.js"
]
}
],
"default_locale": "en"
}