Pokemon Name Translator Firefox

Examine source code of Pokemon Name Translator

By: User Add-on
Inspect and view changes in Pokemon Name Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pokemon Name Translator",
  "description": "Translate Pokemon names on webpages and show the original name.",
  "version": "1.0.5",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_title": "Pokemon Translator",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "data/pokemon-names.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pokemon-translator@poketranslate.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best Pokemon Name Translator Alternatives

Here are some Firefox add-ons that are similar to Pokemon Name Translator: