Examine source code of Byebook

Inspect and view changes in Byebook 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": "Byebook",
  "version": "1.1resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "page-eater.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{834f932d-b765-4042-83cd-afe2e7f6b63c}"
    }
  }
}