Hide View Count

Hide View Count

This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Hide View Count",
  "short_name": "HideViewCount",
  "version": "2.0.2",
  "description": "__MSG_manifest_description__",
  "icons": {
    "16": "image/icon16.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*",
        "https://pro.twitter.com/*"
      ],
      "js": [
        "js/index.js"
      ]
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko_android": {},
    "gecko": {
      "id": "{a66d72e3-5a3f-44de-b343-b16df26d8208}"
    }
  }
}