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": "Отображаем в удобном виде лучший контент из паблика Корпорация зла",
  "icons": {
    "128": "icon128.png"
  },
  "version": "1.0",
  "permissions": [
    "http://public.viomg.com/"
  ],
  "browser_action": {
    "default_icon": "icon32.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}