Inspect and view changes in DePauw University Rate My Professor 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "DePauw University Rate My Professor",
"description": "Quick Search DePauw University Rate My Professor Score",
"version": "2.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https://my.depauw.edu/e/reg/soc-view/results.asp"
],
"js": [
"jquery.min.js",
"tippy.all.min.js",
"code.js"
]
}
]
}