ExVTOP (Extended VTOP) Firefox

Examine source code of ExVTOP (Extended VTOP)

Inspect and view changes in ExVTOP (Extended VTOP) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "sudonims",
  "manifest_version": 2,
  "name": "ExVTOP (Extended VTOP)",
  "version": "2.5.1",
  "description": "Easily see DA",
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "content.js"
      ],
      "matches": [
        "https://vtop.vit.ac.in/vtop/*"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "tabs",
    "https://vtop.vit.ac.in/vtop/*",
    "storage",
    "notifications",
    "identity",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sudonims.developer@gmail.com",
      "strict_min_version": "42.0"
    }
  }
}

Best ExVTOP (Extended VTOP) Alternatives

Here are some Firefox add-ons that are similar to ExVTOP (Extended VTOP):