By: Waffle
Inspect and view changes in X Media Only source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "X Media Only",
"version": "1.0.4",
"description": "Shows only image/video tweets. Hides replies, sidebar, Grok, compose, and auto-reveals age-gated media.",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_action": {
"default_icon": {
"48": "icons/icon48.png"
},
"default_popup": "popup.html",
"default_title": "X Media Only"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://x.com/*",
"*://twitter.com/*"
],
"js": [
"filter.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"tabs",
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{48c8ccda-f37f-4414-838d-a5418e70c3a0}",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "113.0"
}
}
} Best X Media Only Alternatives
Here are some Firefox add-ons that are similar to X Media Only: