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": "Hide Verified Replies",
"version": "1.0.9",
"permissions": [],
"description": "Hide all the verified accounts spam comments from any post you want.",
"icons": {
"48": "iconban.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
}