Piazza Controller

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

What is Piazza Controller?

Piazza Controller is a Chrome extension developed by mudit2103, and its main feature is "Allows the user to control what kind of replies to see on Piazza".

Extension Screenshots

screenshot

Download Piazza Controller Extension CRX File

Download Piazza Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to control what replies you see on Piazza. You can 
1) Hide all +1s.
2) View only unresolved follow ups. 
3) Hide all replies altogether                    

Extension Basic Information

Name Piazza Controller Piazza Controller
ID llmmoekdbpmgbfjohhjocjnfdjjieebd
Official URL https://chromewebstore.google.com/detail/piazza-controller/llmmoekdbpmgbfjohhjocjnfdjjieebd
Description Allows the user to control what kind of replies to see on Piazza
File Size 26.69 KB
Installation Count 24
Current Version 1.0.3
Last Updated 2020-04-28
Publish Date 2020-04-28
Rating 5.00/5 Total 1 Ratings
Developer mudit2103
Email [email protected]
Payment Type free
Supported Languages en
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
}