EFA Bot Services

EFA Bot Services

Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EFA Bot Services",
  "version": "1.1.0",
  "description": "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.",
  "author": "upr4k",
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/*"
      ],
      "js": [
        "/js/adding.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "/img/16.png",
    "48": "/img/48.png",
    "128": "/img/128.png"
  },
  "browser_action": {
    "default_title": "EFA Bot Services",
    "default_popup": "main.html"
  },
  "permissions": [
    "https://efabotservices.com/*"
  ],
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  }
}