Examine source code of Иноагент 🕵️ убирает «иноагентские» плашки

Inspect and view changes in Иноагент 🕵️ убирает «иноагентские» плашки 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Иноагент 🕵️ убирает «иноагентские» плашки",
  "description": "Убирает надписи «ДАННОЕ СООБЩЕНИЕ...» из соответствующих сайтов и постов в соцсетях.",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "version": "0.1.0"
}