RMP Extension
Pulls in Rate My Professor Ratings for BYU Registration page
What is RMP Extension?
RMP Extension is a Chrome extension developed by ehanna77, and its main feature is "Pulls in Rate My Professor Ratings for BYU Registration page".
Extension Screenshots
Download RMP Extension Extension CRX File
Download RMP Extension 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
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.
Extension Basic Information
Name | |
ID | ibjeflpimfbfpnpgljhokhjnnamldclo |
Official URL | https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo |
Description | Pulls in Rate My Professor Ratings for BYU Registration page |
File Size | 2.73 MB |
Installation Count | 591 |
Current Version | 0.0.7 |
Last Updated | 2019-12-24 |
Publish Date | 2019-12-23 |
Rating | 5.00/5 Total 11 Ratings |
Developer | ehanna77 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |