Examine source code of YDS Publishing Online Education

Inspect and view changes in YDS Publishing Online Education 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
{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "name": "YDS Publishing Online Education",
  "description": "YDS Publishing Online Education, http://ydsonline.net",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "webview",
    "fullscreen"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7"
}