Examine source code of TwitterGoldCheckmarkBlocker

Inspect and view changes in TwitterGoldCheckmarkBlocker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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}"
    }
  }
}