Web Monetization Simulator Firefox

Examine source code of Web Monetization Simulator

Inspect and view changes in Web Monetization Simulator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Monetization Simulator",
  "version": "0.0.3",
  "icons": {
    "128": "icons/monetization_active.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/no_monetization-128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "http://127.0.0.1/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 Web Monetization Simulator 대안

다음은 Web Monetization Simulator과(와) 유사한 Firefox add-on입니다: