RMP for Spire

Adds RMP scores to New Spire

What is RMP for Spire?

RMP for Spire is a Chrome extension developed by ggordbegli, and its main feature is "Adds RMP scores to New Spire".

Extension Screenshots

screenshot

Download RMP for Spire Extension CRX File

Download RMP for Spire 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

                        Adds Rate My Professor scores to the new version of Spire. Just search for classes and click the extension, then the ratings will appear. This will save you the hassle of navigating multiple tabs for each professor!                    

Extension Basic Information

Name RMP for Spire RMP for Spire
ID hcobmackmoenbachebflhldjccopcjpk
Official URL https://chromewebstore.google.com/detail/rmp-for-spire/hcobmackmoenbachebflhldjccopcjpk
Description Adds RMP scores to New Spire
File Size 12.57 KB
Installation Count 50
Current Version 0.1
Last Updated 2022-04-11
Publish Date 2022-04-10
Developer ggordbegli
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RMP for Spire",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Adds RMP scores to New Spire",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}