35 Pokes Extension Firefox

Examine source code of 35 Pokes Extension

By: demir
Inspect and view changes in 35 Pokes Extension source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "35 Pokes Extension",
  "description": "Browser extension for the 35 Pokes community",
  "version": "1.2",
  "homepage_url": "https://github.com/swordfishtr/35PokesExtension",
  "icons": {
    "48": "35_logo.PNG"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ],
      "js": [
        "content_main.js"
      ],
      "run_at": "document_end",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ],
      "js": [
        "content_iso.js"
      ],
      "run_at": "document_idle",
      "world": "ISOLATED"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.github.com/repos/swordfishtr/*",
    "https://codeload.github.com/swordfishtr/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ],
      "resources": [
        "lib/globals.js"
      ]
    }
  ],
  "minimum_chrome_version": "121",
  "browser_specific_settings": {
    "gecko": {
      "id": "35pokes.demirab1@smogon",
      "strict_min_version": "121.0"
    },
    "gecko_android": {
      "strict_min_version": "121.0"
    }
  }
}

Best 35 Pokes Extension Alternatives

Here are some Firefox add-ons that are similar to 35 Pokes Extension: