DER STANDARD Positive Comments Firefox

Examine source code of DER STANDARD Positive Comments

By: matteon
Inspect and view changes in DER STANDARD Positive Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DER STANDARD Positive Comments",
  "version": "0.1.0",
  "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"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.derstandard.at/story/*",
        "https://derstandard.at/story/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://www.derstandard.at/*",
    "https://api-gateway.prod.cloud.ds.at/*"
  ],
  "permissions": [
    "storage"
  ]
}

Best DER STANDARD Positive Comments Alternatives

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