Change the display status of reposts and media files.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"default_locale": "ja",
"version": "2.5.9.8",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_icon": "icons/icon48.png",
"default_title": "Filtter",
"default_popup": "menu.html"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://x.com/*"
],
"js": [
"twitfilter.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}