Examine source code of UchiRuHack

Inspect and view changes in UchiRuHack 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": 2,
  "name": "UchiHack",
  "version": "2.3.0",
  "author": "TheAirBlow",
  "description": "Injects UchiHack v2.3.0",
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "storage",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "96": "icons/96.png",
    "192": "icons/192.png"
  }
}