Это бот? Firefox

Examine source code of Это бот?

Inspect and view changes in Это бот? source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Это бот?",
  "description": "Простое расширение, которое позволяет быстро увидеть, бот ли пользователь в комментариях.",
  "manifest_version": 2,
  "version": "1.1.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    },
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "me@stasn.ru",
      "strict_min_version": "45.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "short_name": "VC bots",
  "content_scripts": [
    {
      "matches": [
        "*://vc.ru/*",
        "*://tjournal.ru/*",
        "*://dtf.ru/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "vcbf.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Это бот? Alternatives

Here are some Firefox add-ons that are similar to Это бот?: