Borderless Tweet Enhancer Firefox

Examine source code of Borderless Tweet Enhancer

Inspect and view changes in Borderless Tweet Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Borderless Tweet Enhancer",
  "version": "1.0",
  "description": "View and create custom tweets with borderless images for a cleaner and more visually appealing Twitter experience",
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "shortcuts.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "js": [
        "whitelist.js",
        "tweetEnhancer.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Open Panel Generator",
    "default_popup": "popup/generator.html",
    "show_matches": [
      "*://twitter.com/*"
    ]
  },
  "web_accessible_resources": [
    "resources/*.png"
  ],
  "commands": {
    "disablePanel": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Disable the open panel your mouse is hovering over. (This will not prevent the extension from reloading it if you scroll away from it and back.)"
    },
    "disableAllPanels": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Disable all currently loaded open panels. (This will not prevent the extension from reloading them if you scroll away from them and back.)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cc297655-9e94-4d2b-96d6-b5844f8d2998}"
    }
  }
}

Best Borderless Tweet Enhancer Alternatives

Here are some Firefox add-ons that are similar to Borderless Tweet Enhancer: