RMP Extension

Pulls in Rate My Professor Ratings for BYU Registration page

Wat is RMP Extension?

RMP Extension is een Chrome-extensie ontwikkeld door ehanna77, en de belangrijkste functie is "Pulls in Rate My Professor Ratings for BYU Registration page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RMP Extension

Download RMP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Rate My Professor redesigned their page which broke the app, so this update will fix it to work with the new rate my professor site.                    

Basisinformatie over de Extensie

Naam RMP Extension RMP Extension
ID ibjeflpimfbfpnpgljhokhjnnamldclo
Officiële URL https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo
Beschrijving Pulls in Rate My Professor Ratings for BYU Registration page
Bestandsgrootte 2.73 MB
Aantal Installaties 591
Huidige Versie 0.0.7
Laatst Bijgewerkt 2019-12-24
Publicatiedatum 2019-12-23
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar ehanna77
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RMP Extension",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Pulls in Rate My Professor Ratings for BYU Registration page",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "bootstrap.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "jquery-3.2.1.min.js",
                "bootstrap.min.js",
                "popper.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "src\/rmp\/background.js"
        ]
    }
}