AniLink Firefox

Examine source code of AniLink

By: yo-ch
Inspect and view changes in AniLink source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AniLink",
  "description": "Adds a link to the equivalent MyAnimeList page of Anilist anime/manga pages. Useful for when Anilist is missing information.",
  "version": "1.4resigned1",
  "applications": {
    "gecko": {
      "id": "AniLink@ext.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://anilist.co/*"
      ],
      "css": [
        "link.css"
      ],
      "js": [
        "anilist.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "images/anilink48.png",
    "64": "images/anilink.png"
  },
  "browser_action": {
    "default_icon": "images/anilink.png"
  },
  "web_accessible_resources": [
    "images/malIcon.png"
  ],
  "permissions": [
    "https://graphql.anilist.co/"
  ]
}

Best AniLink Alternatives

Here are some Firefox add-ons that are similar to AniLink: