Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Mar 08, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter Sanitizer",
"version": "1.1",
"author": "Hristiyan Dodov",
"description": "Improve your Twitter experience by hiding different features.",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"run_at": "document_start",
"js": [
"hider.js"
],
"matches": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
]
}
]
}