Examine source code of DETEY ("ДЕТЕЙ")

Inspect and view changes in DETEY ("ДЕТЕЙ") 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,
  "version": "4",
  "name": "ДЕТЕЙ",
  "browser_action": {
    "default_icon": "DETEY_128_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{04129315-d213-4c99-91dc-4127d26bf012}"
    }
  }
}