ForgeCommander.com Integration Plugin Firefox

Examine source code of ForgeCommander.com Integration Plugin

Inspect and view changes in ForgeCommander.com Integration Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ForgeCommander Integration",
  "short_name": "ForgeCommander",
  "description": "Connects your Forge of Empires session with your ForgeCommander session and optionally records your statistic data to ForgeCommander",
  "author": "ForgeCommander.com",
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "homepage_url": "https://forgecommander.com",
  "version": "1.107",
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "*://forgecommander.com/",
    "*://*.forgeofempires.com/game/index*",
    "*://*.forgeofempires.com/page/"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.forgeofempires.com/page/"
      ],
      "js": [
        "foe_page_inject.js"
      ],
      "all_frames": true
    },
    {
      "run_at": "document_start",
      "matches": [
        "*://forgecommander.com/",
        "*://forgecommander.com/index*"
      ],
      "js": [
        "fc_index_inject.js"
      ],
      "all_frames": true
    },
    {
      "run_at": "document_end",
      "matches": [
        "*://*.forgeofempires.com/game/index*"
      ],
      "js": [
        "foe_game_index_inject.js"
      ],
      "all_frames": true
    },
    {
      "run_at": "document_start",
      "matches": [
        "*://*.forgeofempires.com/*",
        "*://forgeofempires.com/*"
      ],
      "js": [
        "foe_secure_cookies_inject.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "foe_page.js",
    "foe_game_index.js",
    "foe_secure_cookies.js",
    "fc_index.js"
  ]
}

Best ForgeCommander.com Integration Plugin Alternatives

Here are some Firefox add-ons that are similar to ForgeCommander.com Integration Plugin: