Br4inly RIP - Unblock Answers

Br4inly RIP - Unblock Answers

Bypass brainly.com's Limitation of Knowledge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Br4inly RIP - Unblock Answers",
  "version": "1.0",
  "description": "Bypass brainly.com's Limitation of Knowledge",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "/script.js"
      ],
      "matches": [
        "*://brainly.com.br/*",
        "*://brainly.com/*",
        "*://brainly.in/*"
      ],
      "run_at": "document_idle"
    }
  ]
}