manga-mark Firefox

Examine source code of manga-mark

By: Gozea
Inspect and view changes in manga-mark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "manga-mark",
  "version": "0.1",
  "description": "create bookmark on manga scan websites",
  "browser_specific_settings": {
    "gecko": {
      "id": "manga@mark",
      "strict_min_version": "42.0"
    }
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mangadex.org/*"
      ],
      "js": [
        "script.js",
        "jquery.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "storage",
    "webRequest",
    "history"
  ]
}

Best manga-mark Alternatives

Here are some Firefox add-ons that are similar to manga-mark: