Remove tweet view count Firefox

Examine source code of Remove tweet view count

Inspect and view changes in Remove tweet view count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Remove tweet view count",
  "version": "1.0",
  "description": "Removes the view count under all tweets",
  "homepage_url": "http://github.com/murilocarrijosilva/",
  "manifest_version": 2,
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": [
        "remove_tweet_view_count.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "remove-tweet-view-count@murilocarrijosilva.com"
    }
  }
}

Best Remove tweet view count Alternatives

Here are some Firefox add-ons that are similar to Remove tweet view count: