Examine source code of Crossy Road Game unblocked

Inspect and view changes in Crossy Road Game unblocked 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": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "Crossy Road Game unblocked",
  "description": "Crossy Road game unbloked: endless arcade with funny frog character",
  "permissions": [
    "contextMenus",
    "alarms",
    "declarativeNetRequest"
  ],
  "version": "2.0.1",
  "action": {
    "default_icon": "icon/frog.png",
    "default_title": "Crossy Road game"
  },
  "content_scripts": [
    {
      "js": [
        "vendor/content_pvvlsn.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "vendor/bundle_qmkrwrb.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/gro.js"
  },
  "icons": {
    "32": "icon/frog.png",
    "128": "icon/ico.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "minimum_chrome_version": "101"
}