flow.plugin Firefox

Examine source code of flow.plugin

Inspect and view changes in flow.plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "flow.plugin",
  "version": "1.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "flow-plugin-unified@makeworkflow.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Unified browser extension combining all Flow Plugin functionality for Azure DevOps boards",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://dev.azure.com/*",
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Flow_Bot.png",
      "32": "Flow_Bot.png",
      "48": "Flow_Bot.png",
      "128": "Flow_Bot.png"
    }
  },
  "icons": {
    "16": "Flow_Bot.png",
    "32": "Flow_Bot.png",
    "48": "Flow_Bot.png",
    "128": "Flow_Bot.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dev.azure.com/*"
      ],
      "css": [
        "hide-until-translated.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-button.png"
      ],
      "matches": [
        "https://dev.azure.com/*"
      ]
    }
  ]
}

Melhores alternativas flow.plugin

Aqui estão algumas Firefox add-ons que são similares a flow.plugin: