Piazza Controller

Piazza Controller

Allows the user to control what kind of replies to see on Piazza

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Piazza Controller",
  "description": "Allows the user to control what kind of replies to see on Piazza",
  "version": "1.0.3",
  "permissions": [
    "tabs",
    "http://piazza.com/*",
    "https://piazza.com/*"
  ],
  "browser_action": {
    "default_title": "Control Piazza",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}