Container Rules Manager Firefox

Examine source code of Container Rules Manager

제작자: Sarcastic Bird Add-on
Inspect and view changes in Container Rules Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Container Rules Manager",
  "description": "Manage Multi-Account Containers site-to-container assignments. Add, edit, and bulk-manage rules with import and export.",
  "version": "0.1.0",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fmac-rules-manager@sarcasticbird.com",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Container Rules Manager"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "nativeMessaging",
    "management",
    "downloads",
    "storage"
  ]
}

최고의 Container Rules Manager 대안

다음은 Container Rules Manager과(와) 유사한 Firefox add-on입니다: