Unity Answers $$anonymous$$ fix

Unity Answers $$anonymous$$ fix

Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unity Answers $$anonymous$$ fix",
  "description": "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.",
  "version": "0.1",
  "author": "Molleindustria",
  "short_name": "Unity Answers fix",
  "manifest_version": 3,
  "icons": {
    "16": "resources/anon16.png",
    "32": "resources/anon32.png",
    "48": "resources/anon48.png",
    "128": "resources/anon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://answers.unity.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}