TwitterGoldCheckmarkBlocker

TwitterGoldCheckmarkBlocker

Blocks unwanted sponsored tweets from verified companies with gold checkmark icons on Twitter.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TwitterGoldCheckmarkBlocker",
  "version": "1.1",
  "description": "Blocks unwanted sponsored tweets from verified companies with gold checkmark icons on Twitter.com",
  "icons": {
    "48": "icons/twtGoldCheckAdBlock.svg",
    "96": "icons/twtGoldCheckAdBlock.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "js": [
        "twtGoldCheckAdBlock.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b9e2f5b-696c-401b-9bc8-0a71b942001f}"
    }
  }
}