Terp Data

Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…

What is Terp Data?

Terp Data is a Chrome extension developed by TerpData, and its main feature is "Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Terp Data Extension CRX File

Download Terp Data 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

                        Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead of having to search other sites for the reviews! If you enjoy being lazy, this is the perfect chrome extension for you!                    

Extension Basic Information

Name Terp Data Terp Data
ID lblmemcjbfkeemdnbpfbbihhjehcfngg
Official URL https://chromewebstore.google.com/detail/terp-data/lblmemcjbfkeemdnbpfbbihhjehcfngg
Description Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…
File Size 2.33 MB
Installation Count 128
Current Version 0.3.0
Last Updated 2020-05-15
Publish Date 2020-05-14
Rating 4.91/5 Total 11 Ratings
Developer TerpData
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terp Data",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.testudo.umd.edu\/soc\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "terpdata.png",
        "default_popup": "popup\/index.html",
        "default_title": "Terp Data"
    },
    "icons": {
        "128": "terpdata.png"
    },
    "web_accessible_resources": [
        "professor_data.json"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}