Crom Companion Firefox

Examine source code of Crom Companion

By: Crom
Inspect and view changes in Crom Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Crom Companion",
  "description": "__MSG_manifestDescription__",
  "version": "1.0.6",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "identity",
    "storage"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background/main.js"
    ]
  },
  "action": {
    "default_title": "Crom Companion",
    "default_icon": "icon.png",
    "default_popup": "popup/popup.html"
  },
  "host_permissions": [
    "https://apiv2.crom.avn.sh/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.wikidot.com/*"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.wikidot.com/*"
      ],
      "resources": [
        "InterVariable.woff2",
        "InterVariable-Italic.woff2"
      ]
    },
    {
      "matches": [
        "https://crom.avn.sh/*"
      ],
      "resources": [
        "redirect.html",
        "redirect.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@companion.crom.avn.sh",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity"
        ],
        "optional": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Crom Companion Alternatives

Here are some Firefox add-ons that are similar to Crom Companion: