AnimeWorld Episode Resumer Firefox

Examine source code of AnimeWorld Episode Resumer

Par : TheAdamL
Inspect and view changes in AnimeWorld Episode Resumer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AnimeWorld Resumer",
  "version": "3.7",
  "description": "Salva automaticamente il punto di riproduzione dei tuoi anime su AnimeWorld, con copertine e cronologia episodi.",
  "browser_specific_settings": {
    "gecko": {
      "id": "animeworld-resumer@extension.local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://www.animeworld.ac/*",
    "*://animeworld.ac/*",
    "*://*.animeworld.ac/*",
    "*://*.sweetpixel.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.animeworld.ac/*",
        "*://animeworld.ac/*",
        "*://*.animeworld.ac/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.sweetpixel.org/*"
      ],
      "js": [
        "player-frame.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "AnimeWorld Resumer"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  }
}

Meilleures alternatives AnimeWorld Episode Resumer

Voici quelques Firefox add-ons qui sont similaires à AnimeWorld Episode Resumer :