CCRatingPredictor Firefox

Examine source code of CCRatingPredictor

Inspect and view changes in CCRatingPredictor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RatingPredictor",
  "version": "1.1",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://ccpredictor-ccrate.apps.us-east-2.online-starter.openshift.com/contest/*",
    "https://ccpredictor-ccrate.apps.us-east-2.online-starter.openshift.com/contest/*",
    "https://www.freecodecamp.com/*"
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.codechef.com/*"
      ],
      "js": [
        "content_script/main1.js",
        "content_script/jquery.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "RatingPredictor",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "back.js"
    ]
  }
}

Best CCRatingPredictor Alternatives

Here are some Firefox add-ons that are similar to CCRatingPredictor: