rank-shout Firefox

Examine source code of rank-shout

Inspect and view changes in rank-shout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Rank-shout",
  "description": "",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "persitent": false,
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.codechef.com/rankings/*"
      ],
      "js": [
        "content/codechef.js"
      ]
    },
    {
      "matches": [
        "*://codeforces.com/*/*/standings*"
      ],
      "js": [
        "content/codeforces.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "*://*.codechef.com/*",
    "*://*.codeforces.com/*",
    "notifications"
  ]
}

Best rank-shout Alternatives

Here are some Firefox add-ons that are similar to rank-shout: