Twitter UI Customizer Firefox

Examine source code of Twitter UI Customizer

Inspect and view changes in Twitter UI Customizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "5.6.9",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "ja",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ]
    }
  ],
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://api.github.com/*",
    "https://abs.twimg.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*"
  ],
  "icons": {
    "16": "icon/newIcon_TUIC_C_Blue.svg",
    "48": "icon/newIcon_TUIC_C_Blue.svg",
    "128": "icon/newIcon_TUIC_C_Blue.svg"
  },
  "action": {
    "default_icon": {
      "16": "icon/newIcon_TUIC_C_Blue.svg",
      "48": "icon/newIcon_TUIC_C_Blue.svg",
      "128": "icon/newIcon_TUIC_C_Blue.svg"
    },
    "default_title": "Twitter UI Customizer",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e9c237f9-8c89-4f60-aa0d-e17e305398dc}",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "121.0"
    }
  },
  "developer": {
    "name": "kaonasi_biwa",
    "url": "https://github.com/Ablaze-MIRAI/Twitter-UI-Customizer"
  }
}

Best Twitter UI Customizer Alternatives

Here are some Firefox add-ons that are similar to Twitter UI Customizer: