RMP Extension

Pulls in Rate My Professor Ratings for BYU Registration page

ما هو RMP Extension؟

RMP Extension هو إضافة Chrome تم تطويرها بواسطة ehanna77، والميزة الرئيسية لها هي "Pulls in Rate My Professor Ratings for BYU Registration page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RMP Extension

قم بتنزيل ملفات الامتداد RMP Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم RMP Extension RMP Extension
ID ibjeflpimfbfpnpgljhokhjnnamldclo
عنوان URL الرسمي https://chromewebstore.google.com/detail/rmp-extension/ibjeflpimfbfpnpgljhokhjnnamldclo
الوصف Pulls in Rate My Professor Ratings for BYU Registration page
حجم الملف 2.73 MB
عدد التثبيتات 591
النسخة الحالية 0.0.7
آخر تحديث 2019-12-24
تاريخ النشر 2019-12-23
تقييم 5.00/5 مجموع تقييمات 11
المطور ehanna77
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}