Examine source code of Clean Book

Inspect and view changes in Clean Book 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
{
  "name": "Clean Book",
  "description": "Cleans up Facebook page by removing unwanted posts/ads.",
  "version": "0.0.1",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}