Examine source code of Ascunde avatarul lui Zombie

Inspect and view changes in Ascunde avatarul lui Zombie 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": "Ascunde avatarul lui Zombie",
  "version": "1.1resigned1",
  "description": "Extensie care ascunde avatarul lui DarthZombie pe forumul Nivelu'2",
  "content_scripts": [
    {
      "matches": [
        "*://*.nivelul2.ro/*"
      ],
      "css": [
        "zombie.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{20c2ba82-7abe-4710-89ac-56e9b19697e5}"
    }
  }
}