Twitter Debubbler

Twitter Debubbler

Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitter Debubbler",
  "version": "0.3.4",
  "description": "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.",
  "icons": {
    "16": "ico/ico_16.png",
    "48": "ico/ico_48.png",
    "128": "ico/ico_128.png"
  },
  "content_scripts": [
    {
      "css": [
        "dist/debubbler.css"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://*.twitter.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "dist/icons/*",
    "dist/debubbler.css"
  ]
}