Examine source code of bruh-ifier

Inspect and view changes in bruh-ifier 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": "bruh",
  "version": "1.0",
  "description": "this addon will change almost all the text to bruh ",
  "icons": {
    "48": "bruhs/bruh.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bruhscript.js"
      ]
    }
  ]
}