Pokemon ShowdownSync Firefox

Examine source code of Pokemon ShowdownSync

제작자: Axel LAURENT
Inspect and view changes in Pokemon ShowdownSync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ShowdownSync",
  "version": "1.0.1",
  "description": "Synchronise les teams sur pokemonshowdown.com",
  "permissions": [
    "cookies",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "showdownsync@example.org"
    }
  },
  "browser_action": {
    "default_icon": {
      "37": "icons/ico.png"
    },
    "default_popup": "popup.html",
    "default_title": "ShowdownSync"
  },
  "icons": {
    "37": "icons/ico.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://play.pokemonshowdown.com/*"
      ],
      "js": [
        "sync_teams.js"
      ]
    }
  ]
}

최고의 Pokemon ShowdownSync 대안

다음은 Pokemon ShowdownSync과(와) 유사한 Firefox add-on입니다: