Examine source code of Membean Hack

Inspect and view changes in Membean Hack 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": 3,
  "name": "Membean Hack",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxdHUJ0h1ANWaBjzv9oHyBLEZv2MsKqn2xNwKIM8moNYmQ/xTKtc3wgs2CowxXWTTbUmk7KT+GX9PkVsBucFD1By7IndktVXiYjXsazc7inVxHrHqBYy5iPzVeYrBxX4ai2eVgop3gPLU5XIbLIuIF4IZops2/7wBNmYsWwpFsKZL39ne5eumlqA/trbWtqoI/64fh0UYtWUw0KvQns045b9stWpPF6EzqKMxagOnOs0blJIfWf7BO/1Y06ozpAQNd66a4RSzFkcq4wAqWRK1xQejeXAUGEcvgHexFmcvFXR7XBbcyTbdy/bLjixHPKoXsbSBd7ZQqqO4Yd4L1Ch26wIDAQAB",
  "description": "Membean Hack",
  "version": "6.1",
  "permissions": [
    "webNavigation",
    "identity",
    "storage",
    "cookies",
    "tabs"
  ],
  "icons": {
    "16": "anti-membean.png",
    "32": "anti-membean.png",
    "48": "anti-membean.png",
    "128": "anti-membean.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "oauth2": {
    "client_id": "279250282659-e2qillr4hsq5t6r1glq0radb9tm7kfek.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}