Ascender Plus Firefox

Examine source code of Ascender Plus

Inspect and view changes in Ascender Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ascender Plus",
  "version": "0.2.0",
  "description": "Makes modifications to the presentation of Ascender SIS and grants the user ease of clearing site data after updates.",
  "options_page": "options.html",
  "icons": {
    "128": "Icon.png"
  },
  "permissions": [
    "browsingData",
    "storage"
  ],
  "host_permissions": [
    "*://*.ascendertx.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "features/branding/logoModification.css",
        "features/registration/registration.css"
      ],
      "matches": [
        "*://*.ascendertx.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.ascendertx.com/*"
      ],
      "js": [
        "utils/ascenderHost.js",
        "features/featureRegistry.js",
        "siteMods/ascNewsBanner.js",
        "siteMods/quickViewCollapse.js",
        "siteMods/loginLogoModification.js",
        "siteMods/applicationVersionWatcher.js",
        "siteMods/index.js",
        "dropDownMenu.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "Icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ascender-plus@fikesmedia.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Ascender Plus

Voici quelques Firefox add-ons qui sont similaires à Ascender Plus :