RMP Extension

Pulls in Rate My Professor Ratings for BYU Registration page

Qu'est-ce que RMP Extension ?

RMP Extension est une extension Chrome développée par ehanna77, et sa fonction principale est "Pulls in Rate My Professor Ratings for BYU Registration page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RMP Extension

Téléchargez les fichiers d'extension RMP Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RMP Extension RMP Extension
ID ibjeflpimfbfpnpgljhokhjnnamldclo
URL Officiel https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo
Description Pulls in Rate My Professor Ratings for BYU Registration page
Taille du Fichier 2.73 MB
Nombre d'Installations 591
Version Actuelle 0.0.7
Dernière Mise à Jour 2019-12-24
Date de Publication 2019-12-23
Évaluation 5.00/5 Total 11 Évaluations
Développeur ehanna77
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}