DER STANDARD dumb Firefox

Examine source code of DER STANDARD dumb

By: matteon Add-on
Inspect and view changes in DER STANDARD dumb source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DER STANDARD dumb",
  "version": "0.1.3",
  "description": "Adds a positive-rating order toggle to DER STANDARD article forums.",
  "browser_specific_settings": {
    "gecko": {
      "id": "derstandard-positive-comments@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "DER STANDARD comments",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.derstandard.at/story/*",
        "https://derstandard.at/story/*"
      ],
      "js": [
        "activity-chart.bundle.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "auth-bridge.js"
      ],
      "matches": [
        "https://www.derstandard.at/*",
        "https://derstandard.at/*"
      ]
    }
  ],
  "host_permissions": [
    "https://www.derstandard.at/*",
    "https://api-gateway.prod.cloud.ds.at/*"
  ],
  "permissions": [
    "storage",
    "webRequest"
  ]
}

Best DER STANDARD dumb Alternatives

Here are some Firefox add-ons that are similar to DER STANDARD dumb: