MetaBot for Twitter: highlights kremlinbots

MetaBot for Twitter: highlights kremlinbots

Highlights known Kremlin bots on Twitter (in replies only), as believed by @antibot4navalny

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MetaBot for Twitter",
  "version": "0.7.17",
  "description": "Highlight known Kremlin bots on Twitter.",
  "author": "antibot4navalny",
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "js": [
        "metabot.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "web_accessible_resources": [
    "assets/labels.json"
  ],
  "permissions": [
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d20acea6-2744-4763-bb1c-f62924e40073}",
      "strict_min_version": "66.0"
    }
  }
}