FFXIV Collection Sync Firefox

Examine source code of FFXIV Collection Sync

Inspect and view changes in FFXIV Collection Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FFXIV Collection Sync",
  "version": "1.1",
  "description": "Sync from Lodestone to FFXIVCollect or Lalachievements (and from FFXIVCollect to Lalachievements and vice versa)",
  "browser_specific_settings": {
    "gecko": {
      "id": "ffxiv-collection-sync@datjocab.de",
      "strict_min_version": "150.0",
      "data_collection_permissions": {
        "optional": [],
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "minimum_chrome_version": "147",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://eu.finalfantasyxiv.com/lodestone/character/*",
    "https://na.finalfantasyxiv.com/lodestone/character/*",
    "https://ffxivcollect.com/*",
    "https://lalachievements.com/char/*"
  ],
  "content_scripts": [
    {
      "id": "common",
      "matches": [
        "https://eu.finalfantasyxiv.com/lodestone/character/*",
        "https://na.finalfantasyxiv.com/lodestone/character/*",
        "https://ffxivcollect.com/*",
        "https://lalachievements.com/char/*"
      ],
      "js": [
        "common.js"
      ],
      "run_at": "document_start"
    },
    {
      "id": "lodestone_scraper",
      "matches": [
        "https://eu.finalfantasyxiv.com/lodestone/character/*/goldsaucer/tripletriad*",
        "https://eu.finalfantasyxiv.com/lodestone/character/*/bluemage*",
        "https://eu.finalfantasyxiv.com/lodestone/character/*/orchestrion*",
        "https://na.finalfantasyxiv.com/lodestone/character/*/goldsaucer/tripletriad*",
        "https://na.finalfantasyxiv.com/lodestone/character/*/bluemage*",
        "https://na.finalfantasyxiv.com/lodestone/character/*/orchestrion*"
      ],
      "js": [
        "lodestone_scraper.js"
      ],
      "run_at": "document_idle"
    },
    {
      "id": "ffxivcollect_scraper",
      "matches": [
        "https://ffxivcollect.com/*"
      ],
      "js": [
        "ffxivcollect_scraper.js"
      ],
      "run_at": "document_idle"
    },
    {
      "id": "ffxivcollect_import",
      "matches": [
        "https://ffxivcollect.com/*"
      ],
      "js": [
        "ffxivcollect_import.js"
      ],
      "run_at": "document_idle"
    },
    {
      "id": "lalachievements_scraper",
      "matches": [
        "https://lalachievements.com/char/*/*"
      ],
      "js": [
        "lalachievements_scraper.js"
      ],
      "run_at": "document_idle"
    },
    {
      "id": "lalachievements_import",
      "matches": [
        "https://lalachievements.com/char/*/*"
      ],
      "js": [
        "lalachievements_import.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best FFXIV Collection Sync Alternatives

Here are some Firefox add-ons that are similar to FFXIV Collection Sync: